Home > database >  After creating a new WPF project, the "Attach" button appears instead of the "Start&q
After creating a new WPF project, the "Attach" button appears instead of the "Start&q

Time:02-22

I have already tried to re-install VS 2019(community version). I'm using .Net 5.0. Here is the VS

And installed components

CodePudding user response:

Open the solution (.sln file) or the project (.csproj file) that you created using Visual Studio and it should give you Start button instead of Attach.

CodePudding user response:

There appears to be a problem with that project template. The solution (on the right side of the screen) does not contain the project. Right click on the entry in the solution explorer and say "Add->Existing project" and choose the csproj file that should be below the folder where the solution is.

  • Related