question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Microsoft.NETCore.App 1.1.0 + vs 2017!! RC

See original GitHub issue

Steps 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:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
twsouthwickcommented, Dec 15, 2016

@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.

dotnet --info

.NET Command Line Tools (1.0.0-preview4-004233)

Product Information:
 Version:            1.0.0-preview4-004233
 Commit SHA-1 hash:  8cec61c6f7

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.14393
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\1.0.0-preview4-004233
1reaction
John-Garlandcommented, Dec 31, 2016

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):

(*) Visual Studio tools include .NET Core 1.0.1. To add .NET Core 1.1 support you need to also install the .NET Core 1.1 runtime.

Installing the runtime to my machine and re-launching Visual Studio 2017 (just to be sure) fixed things up.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found