Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Upgrade add-in fails
posted

 I have never been able to get the upgrade add-in to work in VS2005. The AddIn log shows:

The upgrading process failed with the following error:

Object reference not set to an instance of an object.
Failure

Is there something I can do to make this work? Entering every dang project file into the standalone tool is a pain and of course it doesn't handle VCC checkout. 

Does this work for anyone?

I am using 2008 v2 and I'm installing the latest hotfix...

Parents
  • 1354
    posted
    I don't think I've ever seen that error before, here's what I'd do though.

    Before you install the hotfix (make sure visual studio is closed and devenv.exe isn't running) delete the addin from you visual studio 2005 addins directory. Should be located under "My Documents\Visual Studio 2005\Addins".

    Backup and delete both the .dll and the .addin file. Reopen visual studio to make sure it's gone. Close visual studio and install the hotfix, then check the addins directory again to make sure they were installed correctly, and give it another shot.

    If that doesn't work you'll have to contact support and provide them with a sample project that causes the error so that we can try to debug the issue for you. I suspect that the latest version of the addin should resolve the issue though.
Reply Children