I have this error with my visual studio ... I can't see the output ... the console screen close quickly ... can anyone help me ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I have this error with my visual studio ... I can't see the output ... the console screen close quickly ... can anyone help me ?

'ConsoleApplication1.exe' (Win32): Loaded 'F:\ConsoleApplication1\Debug\ConsoleApplication1.exe'. Symbols loaded. 'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file. 'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file. 'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file. 'ConsoleApplication1.exe' (Win32): Loaded 'C:\Program Files\Norton Security\NortonData\22.14.0.54\Definitions\BASHDefs\20180604.001\UMEngx86.dll'. Cannot find or open the PDB file. 'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp140d.dll'. Cannot find or open the PDB file. 'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\vcruntime140d.dll'. Cannot find or open the PDB file. 'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbased.dll'. Cannot find or open the PDB file. 'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windo

6th Jun 2018, 9:08 PM
Maryam Mostafa
Maryam Mostafa - avatar
3 Answers
+ 2
you seem to be missing some files, i suggest googling the files listed in this error log
6th Jun 2018, 10:08 PM
hinanawi
hinanawi - avatar
+ 2
You can try running your program in debug mode ctrl+F5
7th Jun 2018, 12:15 AM
laura
0
thanks alot ^-^
7th Jun 2018, 12:24 AM
Maryam Mostafa
Maryam Mostafa - avatar