Exception before the program starts c# -


i have project runs fine, loads, runs , completes, when set visual studio in debug mode, when switch release, hell breaks loose. program not enter main method, becouse when put console.readline in there, program still crashes. have put whole program in try catch block becouse doesnt enter main not catch anything. have tried seach on internet find nothing usefull. going on here?

this pops right after press f5:

http://i.stack.imgur.com/vb3xu.png

http://i.stack.imgur.com/mscci.png

the exception window see somthing thrown inside program, not there?

right click on soltuion , select properties.

click on configuration properties , configuration manager

in release section, make sure projects set build (ticked) (sorry ugly picture)

enter image description here


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -