How do you develop Visual Studio Add-Ins? -


I have a vague idea, Visual Studio allows you to run a second sandboxed instance where the add-in is actually is loaded. It allowed you to debug your add-in code.

Is it effectively possible? How can I go about doing this?

I am currently using a single example of Visual Studio I am having problems as I load and run the add-in, this will not allow me to compile again unless That I will not restart that visual studio because there is no way to unload the add-in. Even two examples of Visual Studio will not actually be used here. An easy way should be, how do you guys do it?

Thank you

I will send you VS For the version, I would recommend downloading Visual Studio SDK.

Only you can use VS Need to run another example. A command line switch is the basic effect that takes a parameter - the name of the experimental hive (usually the app). If you are VS with this key If you start, it will create a separate hive in the Registry which is standard VS.

Anyone can register / add to your plug-in / package / experimental hive, while your workhorse - the main hive is clean and unaffected

this is a good The idea is, even if you ignore yourself, it is a matter of headache with DLS that it is not very difficult to mess with the registry - so VS. You do not want it to be with your main hive. And if TI is with experimental - well - you can always rest it - the utility is included in SDK


Comments