Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 create project with the same name and location that old removed project

I have created project in visual studio that had a wrong type of project. So I decided to remove it and create different type of project but with the same name and location in the solution. Visual Studio shows message:

The project directory already exists. When a project is created, it must be placed within a new folder of the same name. Choose a different name or location for your project.

Is there a way to resolve this?

like image 652
CodeDog Avatar asked Aug 30 '13 11:08

CodeDog


1 Answers

Navigate to the folder on the file system and manually delete the old project directory.

like image 133
Gareth Avatar answered Oct 06 '22 19:10

Gareth