Hi,
My problem is driving me crazy for about two weeks now, so please help me if
you know a possible solution...
I have two computers running Win98SE, One with MS Personal WebServer.
(Server). I created an ActiveX EXE on the server machine (SERVER.EXE). There
is one class named DataFactory (how original)
On the client there is a normal VB6 EXE which should connect to the SERVER
part with the following code :
Dim Server As Object
Set Server = CreateObject("Server.DataFactory", "ServerName")
This doesn't work. It produces an error message like "Couldn't create
object"
When running the follow code, there are no errors....
Dim Server as Object
Set Server = CreateObject("SilverstoneServer.DataFactory",
"http://servername")
But........ It seems the object was created successfully, but the form of
the SERVER program does not appear on the screen. When I try to use one of
the methods in the SERVER program, VB prompts me with an "Unknown Error".
When running the both programs on the server and using the same code,
everything is running fine..
Does somebody knows which programs/drivers etc. needs to be installed on the
server to let this work ?????
Regards,
Mark