Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting run time error in Visual studio 2013- No Symbol loaded error

I have tried multiple way to resolve this issue, but not able to resolve this issue please help me to resolve this.

enter image description here

like image 800
Sajith Avatar asked Nov 06 '22 07:11

Sajith


1 Answers

It seems the default settings in VS2013 changed slightly (from what I can tell anyway). Go into Tools -> Options -> Debugging -> General. Scroll down and uncheck "Warn if no symbols on launch (Native only)". That should stop the message from appearing.

like image 161
Random COSMOS Avatar answered Dec 04 '22 06:12

Random COSMOS