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

Viewed 56

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

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.

Related