-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet run gives error 0x80008096 (on 3.0.100-preview-009726, 009728, 009730) #135
Comments
I also tested with 3.0.100-preview-009730, with this I have the same issue. It must be a UI thing..
-> prompt comes back, echo %errorlevel% gives -2147450730 (0x80008096 ) This works fine:
-> Hello World! I cannot imagine this problem is a general thing, so let me know what I can do to give any more information. |
Hi @Lakritzator, To investigate this, can you try setting I suspect it can't find the runtime or a dependency to start, but it would be helpful to know which one :) We can move this issue to the appropriate repo once we have additional information, if necessary. |
Thanks for the quick hint, that should actually help us! Changed WinExe to Exe, dotnet run now gives me the following output:
This actually looks identical to #134 |
Let me take a quick look at these builds on Windows and see what I can turn up. |
Looks like I'm going to dupe this to #134 and follow-up with the issue there. Thanks for reporting this! |
Now that I read the details and the information in #134, it probably works when someone doesn't delete all the previous versions and 3.0.0-preview1-26929-01 would still be available. To test this, as 009722 worked, I installed this without removing the 009730,. So I have in my dotnet --info:
|
A much better workaround seems to be: This should contain the version from the 3.0 directory in %PROGRAMFILES%\dotnet\shared\Microsoft.NETCore.App, in this case for me this is 3.0.0-preview-27104-01. The resulting file looks like this:
|
Fixed in 009736! 👍 |
how we can fix, please? |
When doing a "dotnet new WinForms" or "dotnet new Wpf", followed by a "dotnet run" (or starting from VS) I get an error code -2147450730 (0x80008096)
Existing applications are also giving the same error, with 009726 the error is the same.
The last version which worked was 009722!
dotnet --info:
Don't know if it's related to #134, "does not work" can be anything. I think that one is just a version mismatch.
The text was updated successfully, but these errors were encountered: