How to debug a Visual Studio Extension

Problem I am writing a class library to extend Visual Studio but I can't figure out how to debug it. Solution Right click on the class library project in Solution Explorer and select properties.  This will display the property pages for the selected project.  Click on the Debug tab on t... [More]

I can't get rid of an old Project Template

Problem I was trying to learn how to create a custom Project Template and now I can't get rid of it! Solution Make sure all the .zip files for your Project Template have been deleted and run devenv /setup Explanation Running devenv /setup will force Visual Studio to reset all the Pr... [More]