Question Error handling works in design time, but not in runtime

siriusVB

New member
Joined
Jul 1, 2012
Messages
1
Programming Experience
1-3
Hello, it is my first post here, so if it is in wrong place, redirect me, but I am beginner and don't know where to place my problem.

And the problem is:
i use try catch finally to handle errors in my program. And these work fine when i debug application, but when i install it, error handling does not work?!

Can anyone give me some idea how to solve problem.

Thanks
 
You'll have to provide more specific information. There's no general reason that exception handling would work while debugging but not after release so it must be something specific to your app. We know nothing about your app so we can't possibly know what the problem is.
 
Back
Top