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 IamaSherpa 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 implemented in COM+

Status
Not open for further replies.

AkshayB

Programmer
Dec 6, 2000
29
IN
I have developed error handlling component which uses err.raise method to return 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.

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