✅ I get dotnet.exe' has exited with code 4294967295 (0xffffffff). When im try to run my WASM project
I keep getting the error
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
on the project main directory it works.
10 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
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.
There is no errors in output when ran from visual studio.
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.
does the solution build? Edit: I guess it does as there's Debug output
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
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.I will look into this.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
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.