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

Warning: could not load new.dll ... new.pdb is a Windows PDB #187

Closed
nicolasr75 opened this issue Apr 14, 2016 · 2 comments
Closed

Warning: could not load new.dll ... new.pdb is a Windows PDB #187

nicolasr75 opened this issue Apr 14, 2016 · 2 comments

Comments

@nicolasr75
Copy link

I do dotnet new in an empty directory. dotnet restore and dotnet run work without errors.
Then I open the directory with VSCode.
I get asked to add required assets... I confirm with Yes.
I switch to Debug and use .NET Core Launch (console).
This gives me:

WARNING: Could not load symbols for 'new2.dll'. 'c:\Daten\Temp\dotnet\new2\bin\Debug\netcoreapp1.0\new2.pdb' is a Windows PDB. These are not supported by the cross-platform .NET Core debugger.
Hello World!
The program 'c:\Daten\Temp\dotnet\new2\bin\Debug\netcoreapp1.0\new2.dll' has exited with code 0 (0x00000000).

Environment:

C:\Daten\Temp\dotnet\new2>dotnet --info
.NET Command Line Tools (1.0.0-rc2-002392)

Product Information:
Version: 1.0.0-rc2-002392
Commit Sha: 880dcf2fc8

Runtime Environment:
OS Name: Windows
OS Version: 10.0.10586
OS Platform: Windows
RID: win10-x64

VCCode 0.10.15-insider

ms-vscode.csharp-1.0.1-rc2

What could be the issue here?

@gregg-miskelly
Copy link
Contributor

@gregg-miskelly
Copy link
Contributor

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

2 participants