harmmeijer
Programmer
The NT workstation contains the DCOM server file and a client application, running the client application on the NT machine starts the DCOM just fine. Running the client application on the Windows 98 machine always result in the error Permission denied or can’t create object. This always happens in the following line:
Set hh = CreateObject("hchat.chclass"
Checked the following:
DCOM 98 is installed on the client and in DCOMCNFG.EXE checked enable remote connection and enable distributed com on this computer in server and client
Pinged the location witch is in the dcom client settings (Run application on the following computer)
Put everybody in the permission list of the NT workstation (also DCOMCFG.EXE)
Pinged the client from the server.
I wonder what safety settings I have to set for the client to use the DCOM on the NT Workstation because when I add users these are the users witch are registered on the NT workstation machine (there is no Domain). I added Network but this does not help.
Does somebody know where I can download good sample code with explanations about using it??
Set hh = CreateObject("hchat.chclass"
Checked the following:
DCOM 98 is installed on the client and in DCOMCNFG.EXE checked enable remote connection and enable distributed com on this computer in server and client
Pinged the location witch is in the dcom client settings (Run application on the following computer)
Put everybody in the permission list of the NT workstation (also DCOMCFG.EXE)
Pinged the client from the server.
I wonder what safety settings I have to set for the client to use the DCOM on the NT Workstation because when I add users these are the users witch are registered on the NT workstation machine (there is no Domain). I added Network but this does not help.
Does somebody know where I can download good sample code with explanations about using it??