Error handling in .net Class Library / Visual Basic

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • simonrobshaw@gmail.com

    Error handling in .net Class Library / Visual Basic

    Hi,

    I need some help in making a design choice for a project which we are
    currently working on.
    My client has a VB6 application which we don't see them actually
    changing in the near future.

    They are asking us to produce an dll interface component to interface
    directly with the vb6 app. Now initial thoughs were to write the dll in
    VB6 and have done with it. However Vb6 resources are thin on the ground
    now and we have mainly c# developers around.

    I understand a bit about .net error handling and have read an article
    about Vb6 using .net class library's. The one specific re

Working...