Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
749 views

Microsoft Symbol Server / Local Cache Hash Algorithm

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 ...
1
vote
1answer
51 views

How does symstore calculate the directory hash value

I am looking for the hash algorithm that symstore uses to create the directory name. I found this link Microsoft Symbol Server / Local Cache Hash Algorithm that describes the data elements that are ...
1
vote
1answer
54 views

Can I have multiple PDBs for the same AssemblyVersion in the Symbol Server?

I have a Class Library that has an AssemblyVersion of 1.0.0.0 and has to keep it even when it's updated (SharePoint...). So I'm using the AssemblyFileVersion as the "real" version. Now, I want to ...
0
votes
1answer
52 views

Symstore deletion error

The usage of the delete function of the symstore.exe tool is the following: symstore del /i ID /s Store [/o] [/d LogFile] I have symbols that have been stored from a long time ago that I would like ...
0
votes
1answer
79 views

Strategies for maintaining a Symbol Store for nightly builds & release builds

I am trying to set up a central symbol server for my organization and its various products. Each product has a nightly build, as well as "one-off" beta, RC, and release builds. The goal I have is to ...
0
votes
1answer
142 views

Index sources files into a standalone source server without TFS 2010

I have a solution, which is built using Visual Studio 2010 from a command line. After build, a symstore from Debugging Tools for Windows is invoked to post PDBs and binaries to the network folder, ...