Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error not raised correctly.

Status
Not open for further replies.

GlynA

Programmer
May 1, 2002
77
GB
I have a multi-tier application.
Application A (VB.NET) creates security object B (VB6) which then creates a data access object C which raises an error.
When the data access object is a VB6 object then the error is correctly handled by the security object (B) but when I replace it with a VB.NET object raising the same error, the error appears to be returned straight to the main application (A) which is not expecting it.

Has anyone seen this behaviour or got any suggestions for a work-around?

Glyn.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top