I’m developing an addin for visual studio (2010) and want to debug it. I found about the experimental instance of visual studio from here:
However it doesn’t go on to say how to register the addin for the experimental version only. I tried adding a folder key to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0Exp_Config\AutomationOptions\LookInFolders but when starting the experimental instance my new key gets deleted and it never reads the .addin file (which works if i put in the normal place and run the normal instance of VS so that bit is OK)
Try the following
After this new instances of Visual Studio looking at the experimental hive should see your folder.
Alternatively you can just add this through the options menu in the Visual Studio Experimental Instances.