app is not running in debug mode
-
Hello, My 64 bit (VS 2013)application is not running in debug mode. Output log is: "'
MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
'MainApp.exe' (Win32): Unloaded 'C:\Windows\System32\msvcp120d.dll'
'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file.
The thread 0x1bc8 has exited with code -1073741701 (0xc000007b).
The thread 0x2964 has exited with code -1073741701 (0xc000007b).
The thread 0x1040 has exited with code -1073741701 (0xc000007b).
The program '[9944] MainApp.exe' has exited with code -1073741701 (0xc000007b)." I tried to look over internet but could not find relevant answer. Can you please help to resolve it?
-
Hello, My 64 bit (VS 2013)application is not running in debug mode. Output log is: "'
MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
'MainApp.exe' (Win32): Unloaded 'C:\Windows\System32\msvcp120d.dll'
'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file.
The thread 0x1bc8 has exited with code -1073741701 (0xc000007b).
The thread 0x2964 has exited with code -1073741701 (0xc000007b).
The thread 0x1040 has exited with code -1073741701 (0xc000007b).
The program '[9944] MainApp.exe' has exited with code -1073741701 (0xc000007b)." I tried to look over internet but could not find relevant answer. Can you please help to resolve it?
Check this: [0xc000007b error](https://social.msdn.microsoft.com/Forums/vstudio/en-US/f99d3cb8-963e-4a35-afe2-d7b9037a11c4/0xc000007b-error?forum=vsdebug) They say that your settings or setup got messed up and:
Quote:
I would suggest 2 things: first, try to reset your settings from Tools->import and export settings -> Reset all settings-> reset all settings, overwriting current settings. If after that it still does not work, I would repair/re-install VS.
-
Hello, My 64 bit (VS 2013)application is not running in debug mode. Output log is: "'
MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
'MainApp.exe' (Win32): Unloaded 'C:\Windows\System32\msvcp120d.dll'
'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file.
The thread 0x1bc8 has exited with code -1073741701 (0xc000007b).
The thread 0x2964 has exited with code -1073741701 (0xc000007b).
The thread 0x1040 has exited with code -1073741701 (0xc000007b).
The program '[9944] MainApp.exe' has exited with code -1073741701 (0xc000007b)." I tried to look over internet but could not find relevant answer. Can you please help to resolve it?
Did you by chance mixed some native and managed parameter options?
-
Did you by chance mixed some native and managed parameter options?
may be....where is this option?
-
may be....where is this option?
Well, after re reading your OP I'm afraid I was wrong with my "hint". It seems to more probable the reason is in a mixing some 32/64 bit settings or linked DLLs. BTW, doe the Release 64 build work? And Debug 32 build?