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

.Net Core Debugger installiation issue #190

Closed
egamma opened this issue Apr 15, 2016 · 4 comments
Closed

.Net Core Debugger installiation issue #190

egamma opened this issue Apr 15, 2016 · 4 comments

Comments

@egamma
Copy link
Contributor

egamma commented Apr 15, 2016

From @abdullah2993 on April 15, 2016 10:46

  • VSCode Version: 1.0
  • OS Version: Windows 10

Steps to Reproduce:

  1. Open an Asp.Net Core Application
Downloading and configuring the .NET Core Debugger...
Running C:\Program Files\dotnet\bin\corerun.exe "C:\Program Files\dotnet\bin\NuGet.CommandLine.XPlat.dll" "restore" "--runtime" "win7-x86" "--runtime" "win7-x64" "--configfile" "NuGet.config"
Process ID: 5880
Specify --help for a list of available options and commands.
error: Unrecognized option '--configfile'
dotnet exited with error code 1
Error while installing .NET Core Debugger.

Copied from original issue: microsoft/vscode#5328

@pflannery
Copy link

pflannery commented Apr 15, 2016

Might be related to #80 ?

@gregg-miskelly
Copy link
Contributor

What version of .NET CLI do you have installed? (run dotent --version)

@abdullah2993
Copy link

abdullah2993 commented Apr 15, 2016

@gregg-miskelly I'm running version 1.0.0

.NET Command Line Tools (1.0.0)
Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.10586
 OS Platform: Windows
 Runtime Id:  win10-x64

looks like #80 let me try a fresh install

@abdullah2993
Copy link

It turned out that the issue was similar to #80
I have two versions of dotnet-cli installed. I uninstalled both and did a fresh install everything works fine now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants