Hi,
I make a dll (activex dll) and compiled it. After that it appears in the DCOM config of the PC where it was compiled.
After that I took the dll and registered it in another computer (the one I want to use as a server for that dll). I use regsvr32 for that.
After registered, I can´t find an entry for it in DCOM config of the server computer... Does DCOM config only shows activeX exe files? If so, why it happears in the DCOm Congif where I had compiled the dll?
Despite it doesn´t appear in the DCom config of the serevr machine, I run the cliente (standard exe) in the cliente machine. In this exe I make something like this: CreateObject("function.dll","\\Server"
I always get this error: Can´t create activex object. I went to the event viewer and always see this error: DCOM got error "Class not registered " from the computer PC133 when attempting to activate the server:
{1BE02B58-F9DF-48CB-BC17-ADB2051048E0}
I can´t figure out why this happens...
Thank you!
I make a dll (activex dll) and compiled it. After that it appears in the DCOM config of the PC where it was compiled.
After that I took the dll and registered it in another computer (the one I want to use as a server for that dll). I use regsvr32 for that.
After registered, I can´t find an entry for it in DCOM config of the server computer... Does DCOM config only shows activeX exe files? If so, why it happears in the DCOm Congif where I had compiled the dll?
Despite it doesn´t appear in the DCom config of the serevr machine, I run the cliente (standard exe) in the cliente machine. In this exe I make something like this: CreateObject("function.dll","\\Server"
I always get this error: Can´t create activex object. I went to the event viewer and always see this error: DCOM got error "Class not registered " from the computer PC133 when attempting to activate the server:
{1BE02B58-F9DF-48CB-BC17-ADB2051048E0}
I can´t figure out why this happens...
Thank you!