Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / Extensibility / July 2006

Tip: Looking for answers? Try searching our database.

Stupid add-in question...

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Matt M - 06 Jul 2006 20:34 GMT
I have an Add-in that I wrote in VS.NET 2003.  It works great.
I'd like to put it on the toolbar in VS 2005, but can't figure out how.
I've added the directory to the add-in path, but nothing shows up in
list of available add-ins.

Does anyone have any ideas?  I'm sure I'm overlooking something obvious.  I
really hope I don't have to redo them again, as I've had to every time a new
version comes out.

TIA.
Carlos J. Quintero [VB MVP] - 07 Jul 2006 08:39 GMT
The add-in must be registered as add-in for VS 2005. Apart from the old
registry-based method, VS 2005 allows XML file-based method. See the docs.

Also, notice that unless the VS.NET 2003 is written in unmanaged (C++) code,
you will have to migrate it to the extensibility model VS 2005 and perform
some changes (change the reference for the command bars of Office, etc.).
Create a dummy VS 2005 add-in to see the new references.

Signature

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com

> I have an Add-in that I wrote in VS.NET 2003.  It works great.
> I'd like to put it on the toolbar in VS 2005, but can't figure out how.
[quoted text clipped - 6 lines]
>
> TIA.
Matt M - 10 Jul 2006 14:34 GMT
> The add-in must be registered as add-in for VS 2005. Apart from the old
> registry-based method, VS 2005 allows XML file-based method. See the docs.
[quoted text clipped - 3 lines]
> perform some changes (change the reference for the command bars of Office,
> etc.). Create a dummy VS 2005 add-in to see the new references.

Thank you for the reply.

The addin was in unmanaged code.  I'm not a fan of managed code.

Thanks again.
Carlos J. Quintero [VB MVP] - 11 Jul 2006 09:06 GMT
Then you must registered if for VS 2005 using either

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\Addins

or

HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\8.0\Addins

instead of using the 7.1 registry key that you used for VS.NET 2003.

Signature

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com

>> The add-in must be registered as add-in for VS 2005. Apart from the old
>> registry-based method, VS 2005 allows XML file-based method. See the
[quoted text clipped - 10 lines]
>
> Thanks again.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.