I am rookie in C++, I have my project successfully running in console application when I press "Start Without Debugging"
But when I press "Start Debugging" I get following statements in Output area:
Could you tell me what these errors means?
I am rookie in C++, I have my project successfully running in console application when I press "Start Without Debugging"
But when I press "Start Debugging" I get following statements in Output area:
Could you tell me what these errors means?
Cannot find or open the PDB file.
Generally it would be related to the symbols loaded.
(1) Please enable the Symbols Server Under TOOLS->Options->Debugging->Symbols.
(2)Load the assembly manually in the debug Module windows.
(3) Run VS as the admin, Tools-> Options -> Debugger -> check the Load DLL exports(Native Only).