On May 18, 2010, at 1:44 PM, Herrington, Troy wrote: > I have tried to install cosign 3.0.2 on to a new Windows Server 2008 64 bit > server. I am getting this error in the application log: with a service > unavailable (http error 503) > > The Module DLL 'CosignModule.dll' could not be loaded due to a configuration > problem. The current configuration only supports loading images built for a > x86 processor architecture. The data field contains the error number. To > learn more about this issue, including how to troubleshooting this kind of > processor architecture mismatch error, see > http://go.microsoft.com/fwlink/?LinkId=29349. > > Any thoughts? I have tried both the cosignmodule.dll from the x86 & x64 > folders in the systems32\inetsrv folder and ran the appcmd command to > install the module.
It sounds like you have the server configured to load only 32-bit modules and you've got a 64-bit cosignmodule.dll. You can alter your IIS configuration to load 64-bit modules, or you can download and install a 32-bit cosignmodule.dll. andrew ------------------------------------------------------------------------------ _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
