Any AddIn not loading

I'm trying to get at developping a small addin for VS2005 but I can't get it (or any other addin from msdn samples or somewhere else on the web) to load.

I tried launching/debugging the FileNav sample that comes from MSDN. I set it up correctly (so the .addin/.dll get outputed to <My Document>\Visual Studio 2005\Addin) and I launch it correctly using msdev.exe with the appropriate command line option. However, the OnConnection method never gets invoked and, as you would expect, the addin doesn't appear in the add-in manager.

I also tried installing other addins from the web (CoolCommands v3 for example) and they don't launch in VS for me, but they do for other coworkers.

I think there might be something wrong with my setup but before reinstalling everything, I was wondering if there was anything I could try (regkey setting, ini file, anything). I tried doing a /ResetSettings on my environment but that didn't do anything. I know that at some point I once erased the entire content of the ...\Application Data\Microsoft\VisualStudio\8.0 folder as I was having big problems (the IDE wasn't responding to the keyboard anymore and doing this, did the trick) and that might be the culprit

Thanks for any info you can provide

Francis



Answer this question

Any AddIn not loading

  • thee

    You are not using an Express SKU, by chance

  • ChristopherBrandt

    No, full featured VS2005 Professional Edition. Other collegues have exactly the same version installed and they're able to load addins.
    About box content:

    Microsoft Visual Studio 2005
    Version 8.0.50727.42 (RTM.050727-4200)
    Microsoft .NET Framework
    Version 2.0.50727

    Installed Edition: Professional

    Microsoft Visual Basic 2005 77626-009-0000007-41846
    Microsoft Visual Basic 2005

    Microsoft Visual C# 2005 77626-009-0000007-41846
    Microsoft Visual C# 2005

    Microsoft Visual C++ 2005 77626-009-0000007-41846
    Microsoft Visual C++ 2005

    Microsoft Visual J# 2005 77626-009-0000007-41846
    Microsoft Visual J# 2005

    Microsoft Visual Web Developer 2005 77626-009-0000007-41846
    Microsoft Visual Web Developer 2005

    Crystal Reports AAC60-G0CSA4B-V7000AY
    Crystal Reports for Visual Studio 2005


    DirectX extensions for Visual Studio
    DirectX extensions for Visual Studio .NET

    Visual Assist X
    For more information about Visual Assist, see the Whole Tomato Software website at http://www.WholeTomato.com. For customer support, email Support@WholeTomato.com. Copyright (c) 1997-2004 Whole Tomato Software, Inc.

  • PH8

    given this works on other machines and given the things you have done to your install, I think a reinstall is required.

  • Any AddIn not loading