Link to home
Start Free TrialLog in
Avatar of raja_ind82
raja_ind82Flag for India

asked on

CreateObject in VB.Net from client machine

Dear experts,

i want to createobject from the client for the application installed in the COM+ application(Windows 2003 server).

is it possible from VB.NET like createobject(Classname, Servername) in VB.

Please give me ur suggestion on this issue...

Thanks in advance,
M.Raja
Avatar of rachitkohli
rachitkohli
Flag of India image

Yes, CreateObject("ClassLibrary1.ComClass1","ServerName") is supported in VB.NET as well
Avatar of raja_ind82

ASKER

yes
But i couldn't create object from the remote server.

iam getting 429-activex cannot create object, 462-server unavailable error

i have exported the package from the server and installed in the client machine. Still i am getting the above error.


Regards,
M.Raja
ASKER CERTIFIED SOLUTION
Avatar of raja_ind82
raja_ind82
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial