dumpbin.exe

Hi,

I'm wondering if dumpbin.exe is available under C# 2005 express edition, and where can I find it

thanks!


Answer this question

dumpbin.exe

  • JimMcGill

    As far as I know, Visual C# doesn't have dumpbin utility, it is shipped with Visual C++ (not sure if it is included in VC++ Express Edition), you can find it in the "bin" directory.

    Regards,

    -chris

  • curt760

    dumpbin.exe is a part of the Visual C++ tools. The Express edition of Visual C++ includes it. Once you have installed Visual C++, it will be available in C:\Program Files\Microsoft Visual Studio 8\VC\bin.

  • dumpbin.exe