Skip to content
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

Debug in Visual Studio 2017 RC #1828

Closed
bidolah opened this issue Nov 17, 2016 · 4 comments
Closed

Debug in Visual Studio 2017 RC #1828

bidolah opened this issue Nov 17, 2016 · 4 comments

Comments

@bidolah
Copy link

bidolah commented Nov 17, 2016

I updated nuget package from "Microsoft.NETCore.App 1.0.1" to "1.1.0 Microsoft.NETCore.App" and now get this error when i run project:
The program '[20180] dotnet.exe' has exited with code -2147450749 (0x80008083).
The program '[20180] dotnet.exe: Program Trace' has exited with code 0 (0x0).
The program '[13884] chrome.exe: WebKit' has exited with code -1 (0xffffffff).
The program '[7616] iisexpress.exe: Program Trace' has exited with code 0 (0x0).
The program '[7616] iisexpress.exe' has exited with code 0 (0x0).

@moozzyk
Copy link
Contributor

moozzyk commented Nov 18, 2016

I wonder if this is this: dotnet/core#305

@ghost
Copy link

ghost commented Nov 20, 2016

Did you update all the other Core packages to match?

@bidolah
Copy link
Author

bidolah commented Nov 20, 2016

I updated all nuget packages to latest version. But I having problem only when updated to this package "1.1.0 Microsoft.NETCore.App"

@bidolah
Copy link
Author

bidolah commented Nov 20, 2016

I have installed only this components:
image
I uninstall component on the photo higher and install this:
image
Now all working done)

@bidolah bidolah closed this as completed Nov 20, 2016
natemcmaster pushed a commit that referenced this issue Nov 14, 2018
* Simplify LibuvConnection.OnRead()

- Fix a null reference that sometimes occurs given an EOF status
ryanbrandenburg pushed a commit that referenced this issue Nov 27, 2018
- Changed all existing APIs to utilize `RazorProjectFileSystem`. This was possible because `RazorProjectFileSystem` inherits from RazorProject.
- Renamed `FileSystemRazorProject` to `DefaultRazorProjectFileSystem`.
- Renamed FileSystemRazorProjectItem` to `DefaultRazorProjectItem`.
- Obsoleted `RazorProject.Create`

#1828
@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants