C
C#16mo ago
Hercules

✅ I get dotnet.exe' has exited with code 4294967295 (0xffffffff). When im try to run my WASM project

I keep getting the error
dotnet.exe' has exited with code 4294967295 (0xffffffff).
dotnet.exe' has exited with code 4294967295 (0xffffffff).
When I try to start my WASM project in Visual studio. I tried repair does anyone understand why I get this issue? But when I run the project from command line
dotnet run
dotnet run
on the project main directory it works.
10 Replies
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
Hercules
Hercules16mo ago
This happends when I try to start the project in Visual studio.it later craches immediately. But it seems to work fine from command line.
Hercules
Hercules16mo ago
There is no errors in output when ran from visual studio.
pirrippu
pirrippu16mo ago
Close the solution. Then in the directory of your solution, there should be a hidden folder named ".vs". Delete this folder. Re-open solution and try running the application again.
SG97
SG9716mo ago
does the solution build? Edit: I guess it does as there's Debug output
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Hercules
Hercules16mo ago
I will look into this.
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
Hercules
Hercules16mo ago
I have tried to restart the computer but you're actually very right and i very much agree that i need to be able to reproduce the problem. I read on a msdn forum some day ago while resting that an windows update can fix it and this morning i simply checked for updates found one and now everything checks out. I feel bad now that i can't give back to the community what the real issue was or what the solution would be.