I have a 64-bit system with Win7, and I am using VS2010 with .Net Framework 4.0.
In a Winform application, I get an exception from a third-party component, I try to catch this exception with Try-Catch, but it does not work!
Why?
UPDATE
If I donβt check the CLR exceptions, it works correctly, but I have to check it because of this known problem: Why cannot loading the form catch the exception?
If I press F10, he will continue to enter the statement!
source share