tags:

views:

13

answers:

0

I have a proxy stub dll built for a COM Server (Outproc) application. I am able to register the dll in Win XP machine using regsvr32. But I am not able to register the same dll on a Windows Server 2008 machine. I am getting the following error:

The module "C:\Test\MyCommServerps.dll failed to load".
Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files. The application has failed to start because its side-by-side configuration is incorrect. Please see the application event logs for more details.

I have crossed check the file location. Also since the dll is getting registered in win xp machine I assume there is nothing wrong with the dll. I am not able to figure out the cause. Please help.

Thanks in advance, Abi