vb6 com classes throwing exceptions when called from vb.net app?
- From: amperie@xxxxxxxxx
- Date: 15 Jul 2006 09:49:11 -0700
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
.
- Follow-Ups:
- Prev by Date: c# dotnet crystal report 2005
- Next by Date: Re: vb6 com classes throwing exceptions when called from vb.net app?
- Previous by thread: c# dotnet crystal report 2005
- Next by thread: Re: vb6 com classes throwing exceptions when called from vb.net app?
- Index(es):
Relevant Pages
|