Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 455
Topological Sort Avatar asked Jul 10 '15 16:07

Topological Sort


People also ask

How do I delete a project in Visual Studio?

In Solution Explorer, select the project you want to remove. On the Edit menu, click Remove. On the confirmation dialog, click OK, to remove the project from the solution.

How do I delete project dependencies in Visual Studio?

On the Dependencies tab, select a project from the Project drop-down menu. In the Depends on field, clear the check boxes beside any other projects that are no longer dependencies of this project.


1 Answers

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"

like image 81
Matthew Verstraete Avatar answered Oct 08 '22 23:10

Matthew Verstraete