-
Notifications
You must be signed in to change notification settings - Fork 676
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
Unable to target CoreCLR from Visual Studio Code #88
Unable to target CoreCLR from Visual Studio Code #88
Comments
From @TranscendOfSypherus on March 4, 2016 1:56 I too am seeing this issue, if I launch a command window from the command pallet and invoke dnx web then kestrel launches fine against coreclr. |
Hi @TheBlueSky and @TranscendOfSypherus, with DNX replaced with .NET Core, is this still an issue. It seems to be pretty stale. Let me know if you're still experiencing this problem. |
@DustinCampbell, it isn't relevant anyway now, after moving to |
yes, that'd be best. |
From @TheBlueSky on February 26, 2016 13:3
Hellp everyone,
I created a totally empty project and specified only CoreCLR as targetted framework; i.e., in
project.json
I have:On my PC, the dnvm confirugration is the following:
Still, when I run the application I receive:
Visual Studio Code is still "thinking" that it should run x86 CLR DNX and not the x64 CoreCLR one.
I'm not sure if this is a Visual Studio Code issue, or ASP.Net Core tooling issue; and appreciate any hint and help.
Copied from original issue: microsoft/vscode#3489
The text was updated successfully, but these errors were encountered: