How to diagnose why an Add-in in VS 2005 fails to load

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have developed an Add-In for VS2005 in Basic. It works fine on a couple of
machines but fails witht the following error on one:

----Start of Message
There was a problem loading the Add-in file
'C:\Documents and Settings\Bob\Application
Data\Microsoft\MSEnvShared\Addins\VSNETcodePrint2005 - To Deploy.AddIn'."

Would you like to remove this Add-in file?

If you choose yes, the file will be renamed and no Add-ins will be loaded
from it.

----End of message

How can I find out what is the cause of the failure?

Regards,
Joginder Nahil
www.starprint2000.com
 
Joginder said:
I have developed an Add-In for VS2005 in Basic. It works fine on a couple
of
machines but fails witht the following error on one:

----Start of Message
There was a problem loading the Add-in file
'C:\Documents and Settings\Bob\Application
Data\Microsoft\MSEnvShared\Addins\VSNETcodePrint2005 - To Deploy.AddIn'."

Would you like to remove this Add-in file?

If you choose yes, the file will be renamed and no Add-ins will be loaded
from it.

Are you sure the add-ins were compiled against the same version of Visual
Studio/.NET Framework?

Notice that there are separate groups for Whidbey-related question availabe:

<URL:http://communities.microsoft.com/newsgroups/default.asp?icp=whidbey>

Infos on how to view these groups with an NNTP news client:

<URL:http://communities.microsoft.com/newsgroups/ICP/whidbey/US/welcomePage.htm>
 
Hi Herfried,

Thanks a lot for providing me with very useful links.

Joginder
 

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

Back
Top