Hi,
We are facing following issue for asp.net application:
Description: Retrieving the COM class factory for component with CLSID {43B212C9-3555-40F2-965A-D9005E8C636E} failed due to the following error: 80070005.
at XXXXX.DcmntGenericXMLToITC(String sParameters)
Environment Details:
1.Frame work: DotNet 2.0
2.OS : Windows 2008 R2
3. Application is using COM components, registred using dcomcnfg.exe tool also provided required permissions for CLSID key at WOW6432Node and HKey_Local_Machine\Software\Classes level
4.All the DLL targeted to Any CPU (I.E. 64 bit)
5.App pool : Enable 32 bit is True
6. App pool is running under services account .
The same application in working in 32 bit machine but it's not working with 64 bit machine.
Please helps us.