Redemption dll registration

simon picture simon · Jul 30, 2009 · Viewed 7.3k times · Source

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

Answer

billmcc picture billmcc · Dec 27, 2009

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.