I am developing a project that has a complete logon system with Roles
, User
and Goups
, but when I rename the project it asks to Attach the Process instead of DEPURING, how to solve it? >
I am developing a project that has a complete logon system with Roles
, User
and Goups
, but when I rename the project it asks to Attach the Process instead of DEPURING, how to solve it? >
Unload Project
in your project (right click on it Unload Project ); .csproj
(right click again on the project Edit New .csprojName ); Make sure the following tag is identical to the content below:
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>