Re: VS2008 DLL not loading



Hi Harolds,

Thanks for the feedback.

You should run dumpbin.exe from the VS2005 or VS2008 command
prompt(Microsoft Visual Studio 2005->Visual Studio Tools->Visual Studio
2005 Command Prompt) instead of normal cmd.exe. The VS2005 command prompt
contains more environment variable paths than normal cmd.exe. For example,
mspdb80.dll resides in "D:\Microsoft Visual Studio 8\Common7\IDE\". VS2005
command prompt can find it but cmd.exe can not find it.

Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support

.


Loading