Microsoft.NETCore.App 1.1.0 + vs 2017!! RC
See original GitHub issueSteps to reproduce
net core console project template console.writeline(…) update reference on Microsoft.NETCore.App to 1.1.0 (with previous versions all good) It was updated from via nuget from 1.0*
Expected behavior
Actual behavior
Program exited with code Программа “[12344] dotnet.exe” завершилась с кодом -2147450749 (0x80008083).
Environment data
dotnet --info
output:
https://github.com/lobster2012-user/test_vs7
.NET Command Line Tools (1.0.0-preview3-004056)
Product Information:
Version: 1.0.0-preview3-004056
Commit SHA-1 hash: ccc4968bc3
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64```
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Announcing .NET Core, .NET Native and NuGet Updates in ...
We just released updates to the .NET Core SDK, .NET Native Tools and NuGet, all of which are included in Visual Studio 2017...
Read more >NET Core 1.0 app won't run on .NET Core 1.1 system
A .NET Core app becomes self-contained if you use dotnet publish properly. ... Since you are using Visual Studio 2017 RC already, ...
Read more >.net core behavior in vs2017? - VS2015 package restore ...
Copied from https://github.com/dotnet/corefx/issues/14110 I have an existing .NETCore app 1.0.0 which I am trying to update to 1.1.0.
Read more >Microsoft.EntityFrameworkCore.Tools 7.0.10
Version Downloads Last updated
8.0.0‑preview.7.23375.4 4,617 13 days ago
8.0.0‑preview.6.23329.4 15,186 a month ago
8.0.0‑preview.5.23280.1 17,187 2 months ago
Read more >Migration from ASP.NET Core 1.0.x to 1.1
Another option is to install Visual Studio 2017 RC which can be found here. ... The second by hand item is the net...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@piotrpMSFT I’m seeing the original as well with the latest VS 2017 RC and tools installed.
The program '[6720] dotnet.exe' has exited with code -2147450749 (0x80008083).
It seems to happen every other launch, so it doesn’t completely block development, but it is definitely annoying.
For what it may be worth, I just ran into this…created a new .NET Core console app project in VS2017 RC, updated the NuGet to 1.1, built fine, then when I ran I got 0x80008083. Turns out the problem was I didn’t have the .NET Core 1.1 runtime installed.
Looking at the “All Downloads” page for .NET Core here, there’s a note for Visual Studio 2017 that reads (emphasis added):
Installing the runtime to my machine and re-launching Visual Studio 2017 (just to be sure) fixed things up.