1
I am developing a project that has a complete logon system with Roles
, User
and Goups
, but when renamed the project asks to Attach Process instead of DEBUG, how to resolve this?
1
I am developing a project that has a complete logon system with Roles
, User
and Goups
, but when renamed the project asks to Attach Process instead of DEBUG, how to resolve this?
1
Unload Project
in your project (right click on it > Unload Project);.csproj
(right click again on the project > Edit Novonome.csproj);Check if the following tag is identical to the content below:
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
Save the .csproj
and make a Reload (right click on the project > Reload Project).
Browser other questions tagged c# asp.net visual-studio-2013
You are not signed in. Login or sign up in order to post.
What procedures were used to rename your project? By all indications, something was done wrong and Visual Studio no longer recognizes its project as a MVC project.
– Leonel Sanches da Silva
follow this tutorial link
– user3014578
If possible post the contents of csproj for us to take a look.
– Eduardo Cucharro