Hi,

I want to debug a .dmp file created by my application on a client machine.

When I debug the dump, it tries to load the following dll, but can't find it:
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30411.0_x-ww_71382c73\msvcr90.dll

I need this dll (and the .pdb of course too) in order to get a complete call stack.

I know that version number 9.0.30411.0 refers to the VC++ 2008 Feature Pack. I installed vcredist_x86.exe of exactly this version. But in my WinSxS folder I only find this version of the dll:

C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30411.0_none_dba7eb55a0823cdf\msvcr90.dll

Public key token and version are identical, but the language differs. I need language "x-ww" whereas I only have language "none".

Does anybody know where I can find the right dll (and pdb)?

I also tried "Load symbols from Microsoft symbol servers" from the VC++ 2008 Options dialog, but it wasn't found there either.

Martin