Problem with debugging

1

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? >

    
asked by anonymous 25.11.2014 / 03:25

1 answer

1
  • Make a Unload Project in your project (right click on it Unload Project );
  • Edit the .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>
    
25.11.2014 / 20:41