0

Screen witn issue (developer command prompt)

1. Screen with issue (developer command prompt)

Problem description in English: 'Dumpbin' is not recognized as an internal or external command, operable program or batch file.

"Everything" can't find "dumpbin.exe"

2. "Everything" can't find "dumpbin.exe"

I use VS 2015 Community. I have repaired VS Installation, but problem is actual.

I will be grateful if you will help me with this issue. P.S.: sorry for my bad English.

Paul
  • 10,381
  • 13
  • 48
  • 86
Xandmore
  • 69
  • 1
  • 1
  • 7
  • Did you add the location of `dumpbin.exe` to your PATH environment variable? (and then close and reopen `cmd.exe`?) – Rob Apr 02 '16 at 15:01
  • @Rob, I can't find `dumpbin.exe`. I searched with Everything programm. This file is missing – Xandmore Apr 02 '16 at 15:03
  • Can you please take a look in `C:\Program Files\Microsoft Visual Studio 8\VC\bin` (or similar/changing versions?). Also, can you try to run `Visual C++ 2005 Command Prompt` and run `dumpbin.exe` in there? – Rob Apr 02 '16 at 15:05
  • @Rob, I use VS2015. [Screen](http://imgur.com/g8yV2fI) – Xandmore Apr 02 '16 at 15:11
  • I just had a look, I don't have the file either. I [found this](https://msdn.microsoft.com/en-us/library/c1h23y6c.aspx) which mentions it cannot be run from the command line. However, I *did* find a copy of it under my SqlServer installation, if that's any help – Rob Apr 02 '16 at 15:23
  • 2
    @Rob, `You can start this tool only from the Visual Studio command prompt. You cannot start it from a system command prompt or from File Explorer.`. I tried use it from VS command prompt. – Xandmore Apr 02 '16 at 15:31
  • 1
    @Rob, I solved my problem. Thank you for help! – Xandmore Apr 03 '16 at 00:37

1 Answers1

1

I solved my problem. I just checked that items.

Check my screen

CAMOBAP
  • 5,523
  • 8
  • 58
  • 93
Xandmore
  • 69
  • 1
  • 1
  • 7