For some reason, Visual Studio can't seem to find the debugging symbols for VC++ 2008 SP1 Redist (this one: http://www.microsoft.com/download/en/details.aspx?id=5582&WT.mc_id=MSCOM_EN_US_DLC_DETAILS_121LSUS007998). Does anybody have a clue why the symbols aren't available on Microsoft's standard symbol servers? Are there any other symbol servers that I'm not aware of?

If this is way off topic for SO, let me know. My level of frustration is through the roof...

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

The problem I was facing was finding out why a crash had occurred on a Windows XP machine. My development machine is Windows 7. The MFC DLLs are loaded from WinSxS. Of course, the DLLs on the target machine differs from the DLLs on my development machine. The simple solution was to place the target machine's MFC DLLs on my dev machine next to the binaries and dump file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.