Vs2017 Source Not Available

Viewed 13845

I´m trying to debug a System.Net.Http.Formating.dll, by clicking at the stack trace:

System.Net.Http.Formatting.dll!System.Net.Http.Formatting.JsonMediaTypeFormatter.WriteToStreamAsync.AnonymousMethod__c()

I´ve the "Just my code disabled" and I have the following symbols servers:

https://nuget.smbsrc.net
http://localhost:33417/ (dot peek)
Microsoft Symbol Server

I do have the pdb available, however I get the following error/image.

How to properly overcome it?

Why is it such a hassle to debug third party source code at Visual Studio?

enter image description here

2 Answers
Related