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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Failure of Err.Raise statement in dll using MTS/COM+

Status
Not open for further replies.

AkshayB

Programmer
Dec 6, 2000
29
0
0
IN
I have developed error handlling component in VB6 which uses err.raise method to return/notify error message back to the user.

These component is placed in COM+ , and working fine
at server side, but on client machine its not working.
Client side I'm getting the error method xyz of object err_hndlr failed(method in which err.raise statement).

Client side tlb & vbr are registered using Clireg32.exe
utility

Is there any other way to notify message back to user from dll. Why err.raise not returning back to user.

-Akshay

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top