Hello,
I have several vb 6 COM classes that I am trying to call from a vb.net
app. The vb 6 classes have the vb 6 error handling (on error resume
next, etc) and handle any errors that come up fine. The problem is that
when I Call them from the vb.net app these errors that happen inside
them, which were handled fine when called from a vb6 app, seem to throw
exceptions and stop the execution of the classes. Is this what is
happening or is there something else happening? Is it possible for vb 6
classes to throw exceptions? I'm just starting to get into .net so it's
very possible that I'm doing something else wrong.
Thanks for the insight in advance.
P
amperie@yahoo.com - 17 Jul 2006 03:16 GMT
Never mind. I was doing something stupid, hehe ;)