I want to register Redemption.dll in server machine which is windows 2003 and 64 bit machine also having outlook there, but i get the following Error and not able to register it in that machine.
FULL_PATH/Redemption.dll was loaded,but the DllRegisterServer entry point was not found. This file cannot be registered.
where it goes wrong?
Thanks in advance
The dll needs to export a function named "DllRegisterServer" which registers it as a COM server so that COM can do it's thing.
regsvr32 could not find this function when it loaded the DLL.
This implies that Redemption.dll is not a COM component.