I've got a 3.5 .NET application which references a few COM dlls.
On my local maschine everything works fine, but on my production web server I got an error:
Retrieving the COM class factory for component with CLSID failed due to the following error: 80040154
So, I have to register COM dlls on my web server .. I tried to register it using regsvr32 , but I got an error:
dll was loaded, but the DLLRegisterServer entry point was not found. The file cannot be registered.
Any ideas how to register it?