Page 1 of 1

Waiting for a file to change before restarting dotnet

Posted: Sat Oct 15, 2022 4:11 pm
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


Re: Waiting for a file to change before restarting dotnet

Posted: Mon Oct 17, 2022 6:50 am
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.