Hi,
I am getting a problem on a Citrix machine where intermittently I am getting an "ActiveX component can't create object" in the middle of a DLL.
If you take the following example clsPost is the name of the main DLL installed and registered on the machine with clsClient being a class within that DLL.
Basically half way through the code within the DLL there is something like :
dim objClient as clsPost.clsClient
set ObjClient = CreateObject("clsPost.clsClient"
When we hit the CreateObject we get the error.
Thanks for any help,
Hammy.
I am getting a problem on a Citrix machine where intermittently I am getting an "ActiveX component can't create object" in the middle of a DLL.
If you take the following example clsPost is the name of the main DLL installed and registered on the machine with clsClient being a class within that DLL.
Basically half way through the code within the DLL there is something like :
dim objClient as clsPost.clsClient
set ObjClient = CreateObject("clsPost.clsClient"
When we hit the CreateObject we get the error.
Thanks for any help,
Hammy.