Visual Studio Symbols stored/loaded from wrong place
Posted
by werty0u
on Stack Overflow
See other posts from Stack Overflow
or by werty0u
Published on 2010-03-22T14:55:39Z
Indexed on
2010/03/22
15:01 UTC
Read the original article
Hit count: 280
Hello,
I'm rather new to symbol servers and I've been experimenting with them and Visual Studio 2008 running Windows XP(SP3). I've encountered a wierd problem as my symbols are not being cached locally in the directory I've specified all the time. The possible reasons I have found for this si that the symbols(.pdb's) are being written to VS's IDE directory and/or the symbols are somehow being written in with the .exe, which I find odd since it should be read only. The symbols are being sent to the "server" I've specified so that part of the system shouldn't be the problem.
Has anyone else had this type of issue before and/or maybe a solution to this problem?
Thanks :)
© Stack Overflow or respective owner