Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
NuGet Symbol server provided incorrect guid
-
I got 404 error when tried use symbol server function on Proget.
On web interface of ProGet I can see correct GUID of package. But when VS2017 trying download pdb something put incorrect GUID to request.
If I use correct GUID in web browser - pdb successufully downloads.GUID in web browser
772425b1-948f-4eba-b822-798b3e1c8fd7
failed attempt:
http://proget/symbols/repo/abc.pdb/AB3DDB9D459C4911B81AB48D1CE4D80D1/abc.pdb
succesful attempt
http://proget/symbols/repo/abc.pdb/772425b1948f4ebab822798b3e1c8fd7/abc.pdb
Product: ProGet
Version: 4.8.7
-
Please find some helpful tips for symbol server diagnosing here.
https://inedo.com/support/documentation/proget/feed-types/nuget/symbol-and-source-server
If the GUID is incorrect, then you certainly have the incorrect PDB file locally. It's perhaps embedded in your NuGet package (which will cause problems, since it can't point to a source server), or is being pulled from a cache elsewhere on your disk.