Topological Sort
Topological Sort

Reputation: 2806

Delete Project Type from Visual Studio

How do I delete a Project Type from Visual Studio? I've created one and installed it with a VSIX file, but I want to alter it, and the new VSIX file says I can't install the new one because the old one exists.

TIA.

Upvotes: 11

Views: 664

Answers (1)

Matthew Verstraete
Matthew Verstraete

Reputation: 6781

You should be able to remove these by going to

\My Documents\Visual Studio 2010\Templates\ProjectTemplates

Then search for the ZIP file that contains the project type you want to delete. Delete that file should remove it for you.

For the others you can't find check out Tools => Extensions and Updates. Search for the types there and choose "Uninstall"

Upvotes: 4

Related Questions