K
kalamantina
In .NET 2.0 any thread exception breaks the application, as opposed to
1.x where it would not. Althoguh this is a good feature in picking up
potential problems and having cleaner code, what if I didn't want that
to happen?
I am working on a large project, which has a number of applets written
in 1.0, all those applets plugin to a main exe also written in 1.0. We
are thinking of moving the exe to 2.0, but the number of applets using
this exe is quite large and we cannot debug each and every one of
them, so this feature is kind of a problem in my case.
any one run through a problem like this? anyoen who is not happy with
the exception handling mechanism?
1.x where it would not. Althoguh this is a good feature in picking up
potential problems and having cleaner code, what if I didn't want that
to happen?
I am working on a large project, which has a number of applets written
in 1.0, all those applets plugin to a main exe also written in 1.0. We
are thinking of moving the exe to 2.0, but the number of applets using
this exe is quite large and we cannot debug each and every one of
them, so this feature is kind of a problem in my case.
any one run through a problem like this? anyoen who is not happy with
the exception handling mechanism?