[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.vb.general.discussion

DCOM error from client of differnt domain

Harsha

1/13/2011 9:01:00 AM

Hi,

I have strange problem with DCOM.

I have Component service running under user account(with admin
access).This is working fine and has no problem.

But when I try to access the same component service from different
domain application is not able to create object of remote component. I
get error saying "DCOM got error 'class not registered' from computer
<computername> when attempting to activate object <class guid>"

I am not sure if I have to change some setting in component services

Error is in following line

set objClass = CreateObject("Component.classname")

My component service is running under an account which belongs to my
domain.

Any help is really appreciated. Please revert back for further
information

Harsha