473,408 Members | 2,161 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Add-in

I have a couple of add-ins that use. I have noticed that if I have 2
sessions of VS going that the second session doesn't have the add-ins. I
also have some add-ins listed in the add-in manager that I don't have
anymore...is there a way to remove them from the manager.
Nov 21 '05 #1
3 977
- The second session should have the add-ins, unless they are
solution-addins(not very common), not VS.NET generic add-ins. Are they
listed in the Add-in Manager.

- The proper way is to use the uninstaller. That said, you can use the
scalpel ;-) Use regedit.exe and:

* In the HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\ 7.1\AddIns,
remove your add-in ("just-me" add-ins)
* In the HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio \7.1\AddIns,
remove your add-in ("all-users" add-ins)

At this point the add-in no longer appears in the add-in manager. To remove
also useless COM entries:

* In the HKEY_CLASSES_ROOT, search the ProgID of the add-in, something like
MyAddIn.Connect, take note of the CLSID and remove the entry
* In the HKEY_CLASSES_ROOT\CLSID, remove the clsid of the previous step.

One the add-in is unregistered, you can remove its commands from VS.NET
entering in customization mode (Tools, Customize), Commands tab, Addins
category, drag and drop commands on a toolbar, exit customization mode, and
click on each command button, You will get a warning about missing add-in
and then you are asked if to remove the command.

--
Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"Lespaul36" <le*******@none.net> escribió en el mensaje
news:er**************@TK2MSFTNGP12.phx.gbl...
I have a couple of add-ins that use. I have noticed that if I have 2
sessions of VS going that the second session doesn't have the add-ins. I
also have some add-ins listed in the add-in manager that I don't have
anymore...is there a way to remove them from the manager.

Nov 21 '05 #2
Yeah they are listed in the addin manager, but not loading in the tool bar.
It is one that I wrote for personal use, so I didn't really use an
installer, should I do that instead?

"Carlos J. Quintero [.NET MVP]" <ca*****@NOSPAMsogecable.com> wrote in
message news:ek**************@TK2MSFTNGP15.phx.gbl...
- The second session should have the add-ins, unless they are
solution-addins(not very common), not VS.NET generic add-ins. Are they
listed in the Add-in Manager.

- The proper way is to use the uninstaller. That said, you can use the
scalpel ;-) Use regedit.exe and:

* In the HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\ 7.1\AddIns,
remove your add-in ("just-me" add-ins)
* In the HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio \7.1\AddIns,
remove your add-in ("all-users" add-ins)

At this point the add-in no longer appears in the add-in manager. To
remove also useless COM entries:

* In the HKEY_CLASSES_ROOT, search the ProgID of the add-in, something
like MyAddIn.Connect, take note of the CLSID and remove the entry
* In the HKEY_CLASSES_ROOT\CLSID, remove the clsid of the previous step.

One the add-in is unregistered, you can remove its commands from VS.NET
entering in customization mode (Tools, Customize), Commands tab, Addins
category, drag and drop commands on a toolbar, exit customization mode,
and click on each command button, You will get a warning about missing
add-in and then you are asked if to remove the command.

--
Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"Lespaul36" <le*******@none.net> escribió en el mensaje
news:er**************@TK2MSFTNGP12.phx.gbl...
I have a couple of add-ins that use. I have noticed that if I have 2
sessions of VS going that the second session doesn't have the add-ins. I
also have some add-ins listed in the add-in manager that I don't have
anymore...is there a way to remove them from the manager.


Nov 21 '05 #3
"Lespaul36" <le*******@none.net> escribió en el mensaje
news:%2****************@tk2msftngp13.phx.gbl...
Yeah they are listed in the addin manager, but not loading in the tool
bar.
When are you creaing the toolbar that should appear? If you are doing it in
the UISetup phase of the OnConnection method, then it is fired only once.
See my MSDN Knowledge Base article:

HOWTO: Adding buttons, commandbars and toolbars to Visual Studio .NET from
an add-in
http://support.microsoft.com/default...b;en-us;555326
It is one that I wrote for personal use, so I didn't really use an
installer, should I do that instead?


Yes, you should use an installer and uninstaller.
--
Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com


Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Stefan Mueller | last post by:
With the following code I can add a new row to an existing table. That really works great. Many thanks to all who helped me so far. But my problem is that the added cells do somehow not have the...
5
by: Mike L | last post by:
I have two questions. 1) What is the code to check if datagrid already has a datasource? When the user clicks "ADD" button I want to add a record to the data grid, if the user clicks "ADD"...
3
by: Dean Slindee | last post by:
Is there a way to replace the commented out parameter add syntax with a single line of code, like the .Parameter.Add("@Letter"...) line below (which does not work)? 'Dim prmLetter As New...
4
by: Maarten | last post by:
i have the folowing code to setup my datagrid collumns Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load gridsetup() end sub
0
by: herman404 | last post by:
Hi everyone, I'm trying to dynamically add 3 button columns to a DataGrid object that I have on an ASP.net webpage, but I don't see any documentation on how to do it. I've seen plenty of examples...
3
by: Greg Scharlemann | last post by:
I'm not sure the best way to accomplish this... my hunch is with javascript, but I'm not sure if using server side code (PHP) would be easier. I'm adding people to a database. People have a...
1
by: Sri Nanduri | last post by:
Hi , I am new to JS. Please help me to resolve my issue. 1.When the form loads there are two DropDown boxes and a ADD button. 2.When I click the add button it will add two DropDown boxes and a add...
0
by: anureddy | last post by:
help me how to add datagridview columns to another table,using windowsapplications. and set the displaymember and value member datagridviewcomboboxcolumn. i used this below code but that not...
0
acoder
by: acoder | last post by:
Problem The select object's add method doesn't append options to the end of the list. Browser Internet Explorer Example The Javascript code for appending an option element at the end of a...
2
by: Question123 | last post by:
<root> <Element> <add key="1" value="1"/> <add key="2" value="2"/> <add key="3" value="3"/> <add key="4" value="4"/> </Element> <Items>
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.