AddIn Problem

R

Rainer Queck

Hello NG,



I moved my AddIn Project from one machine to a other.

This AddIn is a AddIn for Visual Studio 2005.



Now I cant test it any more. It builds Ok and starting the debugger an other
instance of VS2005 is started also, but my AddIn doesn't show in the Tools
Menu.



I suppose, there is a certain procedure to follow, if a AddIn Project is
moved from one machine to a other, right? If so, what is the right way?



Also, how can I deploy a AddIn? Which files must be placed where?



Thanks for any help!



Regards

Rainer Queck
 
W

Walter Wang [MSFT]

Hi Rainer,

There should be a linked file such as "MyAddin123 - For Testing.AddIn" in
the project which points to a path such as "E:\Documents and
Settings\wawang\My Documents\Visual Studio 2005\Addins\MyAddin123 - For
Testing.AddIn", the content of this file will point to current project's
generated assembly, therefore when the second instance of IDE starts up, it
will load it.

I think you need to copy this file from your original machine and copy to
new machine, also you need to modify the path to the addin assembly.

Hope this helps. Please feel free to let me know if there's anything
unclear. Thanks.


Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
R

Rainer Queck

Hi Walter,

Walter Wang said:
Hope this helps. Please feel free to let me know if there's anything
unclear. Thanks.
Yes, that helped. I can now continue the work on my add-in on my new
machine. Thanks!

Regards
Rainer
 
R

Rainer Queck

Hello Peter,

thank you very much for those links.
Looks like I can gather lots of information there.
I think I start reading right now ;-)

Regards
Rainer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top