Dears,
I was in a situation where I want to integrate a 3rd party payment dll (named e24PaymentPipe.dll - mostly the banking systems used to integrate with this to process there payments) to SharePoint portal.
For there DLL to work the application pool on IIS should be enable with 32 bit applications.
If i enable that on the application pool of the SharePoint portal, the portal itself getting crashed with the following error :
HTTP Error 503. The service is unavailable
Retrieving the COM class factory for component with CLSID {3C02F46D-C9D2-4F11-A384-53F0CF917214}
failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
In the event log i can see the following entry :
The Module DLL 'C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\isapi\owssvr.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.
how can i make this to work?
thanks in advance,
Ammar