Tagged Questions

4
votes
1answer
926 views

How can you change an age-mismatched PDB to match properly?

Our nightly build process was broken for a long time, such that it generated PDB files that were a few hours different in age than the corresponding image files. I have since fixed the problem. …
2
votes
1answer
103 views

Visual Studio doesn’t cache Microsoft Symbol Server cache misses?

I'm using the Microsoft Symbol Server with Visual Studio 2008 and it's working pretty well. Unfortunately, when the public symbol server doesn't contain the symbols, it takes a while to timeout, and …
2
votes
4answers
369 views

How can i debug this line of code in Visual Studio?

Hi folks, i have the following line of code in VS2008. VirtualPathData virtualPathData = RouteTable.Routes.GetVirtualPath(_viewContext.RequestContext, "Home", …
0
votes
2answers
67 views

Microsoft Symbol Server / Local Cache Hash Algorithm

Hi, I am trying to figure out what hashing algorithm is used for the Microsoft Symbol Local Cache directory. For example, the local cache can be something like the following L:\Symbols …
0
votes
4answers
143 views

Symbol servers

In this answer the user suggests using Symbol Servers. Can anyone explain how they work and how to set it up (if possible) with TFS 2008? Thanks