vb6 com classes throwing exceptions when called from vb.net app?

Tech-Archive recommends: Fix windows errors by optimizing your registry



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

.



Relevant Pages

  • RE: C# Exceptions
    ... signature is valid then the app can decrypt the response and process it. ... exceptions as in: catch or catch ... possible to patch system assemblies. ... do code execution via the stack would be if the target app used ...
    (Pen-Test)
  • Re: June 2005 EAL Question
    ... You have a web app, ... > log problems such as exceptions. ... > String machineName, Boolean readOnly) ... > EventLogEntryType type, Int32 eventID, Int16 category, ByterawData) ...
    (microsoft.public.dotnet.general)
  • OutOfMemoryException in .NET DLL called from COM
    ... the app calls COM wrappers ... webservice and logs exceptions to the system event log. ... object creation. ...
    (microsoft.public.dotnet.framework.interop)
  • Re: .Net Exceptions
    ... > Fatal exceptions like StackOverflow cannot actually caught. ... > backgroundsound isn't important is it, but you use it the app. ... > throws an unexpected OutOfMemoryException because the soundfile you ...
    (microsoft.public.dotnet.general)
  • Re: .Net Exceptions
    ... >> If you catch one of them, the are automatically rethrown which means the ... Fatal exceptions like StackOverflow cannot actually caught. ... but you use it the app. ...
    (microsoft.public.dotnet.general)