0

I have a Visual Studio 2022 solution with two projects. One is an ASP.Net Core Web API project. The other is a stand alone Angular TypeScript application.

enter image description here

On the solution properties page I have it configured to start "Multiple StartUp Projects" with the Web API starting up first so it can support the Angular application when it starts.

enter image description here

When I press F5 to debug the Angular console has been starting up pretty quickly:

enter image description here

But the backend Web API project console window will not open to build, compile and show the listening port anymore.

The lower left of Visual Studio says Ready but there seems to be some background tasks that have been running for like a half hour now:

enter image description here

Not sure what to do.

I guess I'll try a reboot at this point.

Sam
  • 4,766
  • 11
  • 50
  • 76

0 Answers0