Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Cannot run Dumpbin.exe under Vista Ultimate

Reply
Thread Tools Display Modes

Cannot run Dumpbin.exe under Vista Ultimate

 
 
alexB
Guest
Posts: n/a

 
      12-13-2007
What is the problem with Dumpbin.exe? It is a very useful API. It does not
run under Vista at all. get an error that it cannot work under this version
of Windows.

Thanks.

 
Reply With Quote
 
 
 
 
Jon
Guest
Posts: n/a

 
      12-13-2007

"alexB" <> wrote in message
news:...
> What is the problem with Dumpbin.exe? It is a very useful API. It does not
> run under Vista at all. get an error that it cannot work under this
> version of Windows.
>
> Thanks.


Works fine here. Got it in my right-click 'send to' menu on Vista for a
handy list of dll exports.

--
Jon


 
Reply With Quote
 
alexB
Guest
Posts: n/a

 
      12-13-2007
Thank you Jon, it is encouraging, HOWEVER....

I just went to C:\Program Files\Microsoft Visual Studio 8\VC\bin\dumpbin.exe
and typed the file name

What followed is this:

C:\Program Files\Microsoft Visual Studio 8\VC\bin\mspdb80.dll is either not
designed to run on Windows or it contains an error. Try installing the
program again using the original installation media or contact your system
adm... or software vendor for support. I am the Administrator

What does it all mean?

I also want to add that I have another dumpbin.exe which I copied from XP
and another dll also from XP which are located in a diff folder and I have
the same or similar problem with it.

What shall I do?

I tried to open mspdb80.dll with LutzReflector but it did not show anything.
It said that there is no CLI header.

Thanks.


"Jon" <> wrote in message
news:eM%...
>
> "alexB" <> wrote in message
> news:...
>> What is the problem with Dumpbin.exe? It is a very useful API. It does
>> not run under Vista at all. get an error that it cannot work under this
>> version of Windows.
>>
>> Thanks.

>
> Works fine here. Got it in my right-click 'send to' menu on Vista for a
> handy list of dll exports.
>
> --
> Jon
>
>


 
Reply With Quote
 
Jon
Guest
Posts: n/a

 
      12-13-2007
You perhaps need to copy over the mspdb80.dll file from XP too. That's
possibly what I did to get it working.
I'd leave the one untouched in

C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\

So try copying all of these files over from your XP installation and put
them in all to the same folder.

DUMPBIN.EXE
LINK.EXE
MSPDB60.DLL

Then try running dumpbin in that folder and see if runs without error
messages. If it does then you could add that folder to the path environment
variable to be able to run it from anywhere.


--
Jon


"alexB" <> wrote in message
news:...
> Thank you Jon, it is encouraging, HOWEVER....
>
> I just went to C:\Program Files\Microsoft Visual Studio
> 8\VC\bin\dumpbin.exe and typed the file name
>
> What followed is this:
>
> C:\Program Files\Microsoft Visual Studio 8\VC\bin\mspdb80.dll is either
> not designed to run on Windows or it contains an error. Try installing the
> program again using the original installation media or contact your system
> adm... or software vendor for support. I am the Administrator
>
> What does it all mean?
>
> I also want to add that I have another dumpbin.exe which I copied from XP
> and another dll also from XP which are located in a diff folder and I have
> the same or similar problem with it.
>
> What shall I do?
>
> I tried to open mspdb80.dll with LutzReflector but it did not show
> anything. It said that there is no CLI header.
>
> Thanks.
>
>
> "Jon" <> wrote in message
> news:eM%...
>>
>> "alexB" <> wrote in message
>> news:...
>>> What is the problem with Dumpbin.exe? It is a very useful API. It does
>>> not run under Vista at all. get an error that it cannot work under this
>>> version of Windows.
>>>
>>> Thanks.

>>
>> Works fine here. Got it in my right-click 'send to' menu on Vista for a
>> handy list of dll exports.
>>
>> --
>> Jon
>>
>>

>


 
Reply With Quote
 
Jon
Guest
Posts: n/a

 
      12-13-2007
Sorry looks like I'm using the one from Visual Studio 6.0, which uses
MSPDB60.DLL, rather than MSPDB80.DLL Got the MSPDB80.DLL installed with
Visual Studio 8, but I think I'm using the older one from VC++ 6.0 . Might
be worth hunting around for that if you've got an older copy.

Anyhow hope that helps.

PS There's always Google if you're missing a file or two, but I didn't
really type that.

--
Jon


"Jon" <> wrote in message
news:...
> You perhaps need to copy over the mspdb80.dll file from XP too. That's
> possibly what I did to get it working.
> I'd leave the one untouched in
>
> C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\
>
> So try copying all of these files over from your XP installation and put
> them in all to the same folder.
>
> DUMPBIN.EXE
> LINK.EXE
> MSPDB60.DLL
>
> Then try running dumpbin in that folder and see if runs without error
> messages. If it does then you could add that folder to the path
> environment variable to be able to run it from anywhere.
>
>
> --
> Jon
>
>
> "alexB" <> wrote in message
> news:...
>> Thank you Jon, it is encouraging, HOWEVER....
>>
>> I just went to C:\Program Files\Microsoft Visual Studio
>> 8\VC\bin\dumpbin.exe and typed the file name
>>
>> What followed is this:
>>
>> C:\Program Files\Microsoft Visual Studio 8\VC\bin\mspdb80.dll is either
>> not designed to run on Windows or it contains an error. Try installing
>> the program again using the original installation media or contact your
>> system adm... or software vendor for support. I am the Administrator
>>
>> What does it all mean?
>>
>> I also want to add that I have another dumpbin.exe which I copied from XP
>> and another dll also from XP which are located in a diff folder and I
>> have the same or similar problem with it.
>>
>> What shall I do?
>>
>> I tried to open mspdb80.dll with LutzReflector but it did not show
>> anything. It said that there is no CLI header.
>>
>> Thanks.
>>
>>
>> "Jon" <> wrote in message
>> news:eM%...
>>>
>>> "alexB" <> wrote in message
>>> news:...
>>>> What is the problem with Dumpbin.exe? It is a very useful API. It does
>>>> not run under Vista at all. get an error that it cannot work under
>>>> this version of Windows.
>>>>
>>>> Thanks.
>>>
>>> Works fine here. Got it in my right-click 'send to' menu on Vista for a
>>> handy list of dll exports.
>>>
>>> --
>>> Jon
>>>
>>>

>>

>


 
Reply With Quote
 
AlexB
Guest
Posts: n/a

 
      12-13-2007
Thank you very much. Will try it all tomorrow morning.

BTW. I think you were the one who tried to help me with Microsoft Baseline
Security Analyzer's failure to install.

An hour ago I downloaded it n-th time from an MS website and it installed
without a hitch.

You never know.

"Jon" <> wrote in message
news:...
> Sorry looks like I'm using the one from Visual Studio 6.0, which uses
> MSPDB60.DLL, rather than MSPDB80.DLL Got the MSPDB80.DLL installed with
> Visual Studio 8, but I think I'm using the older one from VC++ 6.0 . Might
> be worth hunting around for that if you've got an older copy.
>
> Anyhow hope that helps.
>
> PS There's always Google if you're missing a file or two, but I didn't
> really type that.
>
> --
> Jon
>
>
> "Jon" <> wrote in message
> news:...
>> You perhaps need to copy over the mspdb80.dll file from XP too. That's
>> possibly what I did to get it working.
>> I'd leave the one untouched in
>>
>> C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\
>>
>> So try copying all of these files over from your XP installation and put
>> them in all to the same folder.
>>
>> DUMPBIN.EXE
>> LINK.EXE
>> MSPDB60.DLL
>>
>> Then try running dumpbin in that folder and see if runs without error
>> messages. If it does then you could add that folder to the path
>> environment variable to be able to run it from anywhere.
>>
>>
>> --
>> Jon
>>
>>
>> "alexB" <> wrote in message
>> news:...
>>> Thank you Jon, it is encouraging, HOWEVER....
>>>
>>> I just went to C:\Program Files\Microsoft Visual Studio
>>> 8\VC\bin\dumpbin.exe and typed the file name
>>>
>>> What followed is this:
>>>
>>> C:\Program Files\Microsoft Visual Studio 8\VC\bin\mspdb80.dll is either
>>> not designed to run on Windows or it contains an error. Try installing
>>> the program again using the original installation media or contact your
>>> system adm... or software vendor for support. I am the Administrator
>>>
>>> What does it all mean?
>>>
>>> I also want to add that I have another dumpbin.exe which I copied from
>>> XP and another dll also from XP which are located in a diff folder and I
>>> have the same or similar problem with it.
>>>
>>> What shall I do?
>>>
>>> I tried to open mspdb80.dll with LutzReflector but it did not show
>>> anything. It said that there is no CLI header.
>>>
>>> Thanks.
>>>
>>>
>>> "Jon" <> wrote in message
>>> news:eM%...
>>>>
>>>> "alexB" <> wrote in message
>>>> news:...
>>>>> What is the problem with Dumpbin.exe? It is a very useful API. It does
>>>>> not run under Vista at all. get an error that it cannot work under
>>>>> this version of Windows.
>>>>>
>>>>> Thanks.
>>>>
>>>> Works fine here. Got it in my right-click 'send to' menu on Vista for a
>>>> handy list of dll exports.
>>>>
>>>> --
>>>> Jon
>>>>
>>>>
>>>

>>

>


 
Reply With Quote
 
Jon
Guest
Posts: n/a

 
      12-13-2007
"AlexB" <> wrote in message
news:06648C94-CD43-40CC-B7CC-...
> Thank you very much. Will try it all tomorrow morning.
>
> BTW. I think you were the one who tried to help me with Microsoft Baseline
> Security Analyzer's failure to install.
>
> An hour ago I downloaded it n-th time from an MS website and it installed
> without a hitch.
>
> You never know.
>




Well I'm glad you got it working, and I'd love to take the credit for
somebody else's help, BUT .... it probably wouldn't strictly be true.

But anyway hope it goes well, and you'll finally be able to dump those
dumpbin problems in the bin.

--
Jon



 
Reply With Quote
 
AlexB
Guest
Posts: n/a

 
      12-15-2007
Yes, it did. It turned out that directory I had dumbin.exe lacked link.exe
as well as msdis150.dll. All these files are collected neatly in C:\Program
Files\Microsoft Visual Studio 8\SDK\v2.0\bin\.

Works like a clock.

Thanks much.

"Jon" <> wrote in message
news:...
> Sorry looks like I'm using the one from Visual Studio 6.0, which uses
> MSPDB60.DLL, rather than MSPDB80.DLL Got the MSPDB80.DLL installed with
> Visual Studio 8, but I think I'm using the older one from VC++ 6.0 . Might
> be worth hunting around for that if you've got an older copy.
>
> Anyhow hope that helps.
>
> PS There's always Google if you're missing a file or two, but I didn't
> really type that.
>
> --
> Jon
>
>
> "Jon" <> wrote in message
> news:...
>> You perhaps need to copy over the mspdb80.dll file from XP too. That's
>> possibly what I did to get it working.
>> I'd leave the one untouched in
>>
>> C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\
>>
>> So try copying all of these files over from your XP installation and put
>> them in all to the same folder.
>>
>> DUMPBIN.EXE
>> LINK.EXE
>> MSPDB60.DLL
>>
>> Then try running dumpbin in that folder and see if runs without error
>> messages. If it does then you could add that folder to the path
>> environment variable to be able to run it from anywhere.
>>
>>
>> --
>> Jon
>>
>>
>> "alexB" <> wrote in message
>> news:...
>>> Thank you Jon, it is encouraging, HOWEVER....
>>>
>>> I just went to C:\Program Files\Microsoft Visual Studio
>>> 8\VC\bin\dumpbin.exe and typed the file name
>>>
>>> What followed is this:
>>>
>>> C:\Program Files\Microsoft Visual Studio 8\VC\bin\mspdb80.dll is either
>>> not designed to run on Windows or it contains an error. Try installing
>>> the program again using the original installation media or contact your
>>> system adm... or software vendor for support. I am the Administrator
>>>
>>> What does it all mean?
>>>
>>> I also want to add that I have another dumpbin.exe which I copied from
>>> XP and another dll also from XP which are located in a diff folder and I
>>> have the same or similar problem with it.
>>>
>>> What shall I do?
>>>
>>> I tried to open mspdb80.dll with LutzReflector but it did not show
>>> anything. It said that there is no CLI header.
>>>
>>> Thanks.
>>>
>>>
>>> "Jon" <> wrote in message
>>> news:eM%...
>>>>
>>>> "alexB" <> wrote in message
>>>> news:...
>>>>> What is the problem with Dumpbin.exe? It is a very useful API. It does
>>>>> not run under Vista at all. get an error that it cannot work under
>>>>> this version of Windows.
>>>>>
>>>>> Thanks.
>>>>
>>>> Works fine here. Got it in my right-click 'send to' menu on Vista for a
>>>> handy list of dll exports.
>>>>
>>>> --
>>>> Jon
>>>>
>>>>
>>>

>>

>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot use Dumpbin.exe in Vista. Why? alexB Windows Vista General Discussion 1 12-12-2007 08:40 PM
ultimate extras on non english vista ultimate editions... D. Solomon Windows Vista General Discussion 0 09-20-2007 12:27 PM
vista ultimate.. the ultimate internet pain in the A** mickyd Windows Vista General Discussion 11 08-28-2007 05:48 PM
Where or How to Download Ultimate Extras _ I have Vista Ultimate JD Windows Vista General Discussion 3 06-18-2007 06:08 PM
short bug report on Vista Ultimate, Office Ultimate & SnagIt yo Windows Vista General Discussion 1 01-30-2007 03:04 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59