Problem with debugging

Asked

Viewed 58 times

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?

inserir a descrição da imagem aqui

  • 1

    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.

  • follow this tutorial link

  • If possible post the contents of csproj for us to take a look.

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

You are not signed in. Login or sign up in order to post.