asp.net mvc - Cannot re-add view in a MVC4 razor project -


i unable re-add partial view after removing it. vs says file exists. checked .csproj , .sln file reference not find any. did clean of source tfs , still cannot add. know remove old references or whatever blocks addition?

vs complaining file exists on disk, not in project.

delete in windows explorer (or after clicking show files) , try again.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -