|
-
Sep 30th, 2002, 12:45 PM
#1
Thread Starter
Lively Member
Ok what am I doing wrong.
Ok...I am new to these forums so be nice....lol.
Basically I have an activex exe that runs on a Win2k server.On a client machine I have a standard exe that is accessing the server activex exe. The server activex exe is already runnning as a process on the server. So I do not need to run it. On the client it I am declaring the events as public like this in the general declarations.
Public WithEvents goServerSide As prjServerSide.CServerSide
Then when I try set the object(hope i am using right terminology)
in my code I use this. And this is suppose to access it on the server.
Set goServerSide = CreateObject("prjServerSide.CServerSide")
I get the error message: Cannot Create Object. Error number is 492
I have set the Server IP address. And I have checked on server if it is running and it is.
Any help would be greatly appreciated. Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|