Click to See Complete Forum and Search --> : class not registerd


mahavi
December 7th, 1999, 09:55 PM
Hey there....i hAve an atl server..and VB client...i want the VB client to access the server remotely..i have registered the proxystub dll of the server on my local m/c...my servers name's"ProjectServer" and my interface's name's"MyServer"...i'm calling the server thru create object in vB as below
Dim obj As Object Set obj = CreateObject(" ProjectServer.MyServer", "\\L-1d11-13")...the error i'm getting on my local M/c is
"class not registered on local machine"..PLEASE HELP ME OUT....THANX FOR UR TIME
VISHAL

December 16th, 1999, 08:51 PM
Hi there,
I think U better try creating the Server Object using the keyword "new" and then check out the VB application.
To make u r atlserver as remote...... configure it using DCOMCnfg.exe in WinNT server abd then access it from any of the remote client.
Check this out..... Any other solution ..please mail back.
Catch U soon.

Bye
Bobby