2

Context

My solution "dashboard" contains only one project also called "Dashboard".

I want to rename the project folder in "Files" without changing the project name.

Before

enter image description here

After

enter image description here

Issue

When i open the solution in VS, i get this error:

enter image description here

I tried this but I haven't the property "File Path".

Any idea?

Community
  • 1
  • 1
GG.
  • 19,404
  • 12
  • 77
  • 125

2 Answers2

3

Simply remove the project from the solution and then re-add it with "Add existing project" option.

Marek Karbarz
  • 28,352
  • 6
  • 50
  • 73
2

Select the project which is unavailable, and press F4. You can then change the file name.

danish
  • 5,436
  • 2
  • 24
  • 28