Waiting for a file to change before restarting dotnet

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
lrgalvez
User
Posts: 13

Waiting for a file to change before restarting dotnet

Post by lrgalvez »

Hi! Can someone help me please. Previously it was working. Now I'm getting this error in my CMD
dotnet watch ❌ Exited with error code -532462766
dotnet watch ⏳ Waiting for a file to change before restarting dotnet...

I'm a newbie with ASP .Net and with ASP .Net Maker

I will appreciate any help.

Thanks


Webmaster
User
Posts: 9425

Post by Webmaster »

Make sure that you do not have an outstanding command prompt session active. CTRL-C to cancel first, then regenerate and try again.

Alternatively open the generated application with Visual Studio 2022 for testing.


Post Reply