Skip to Content
0
Former Member
Dec 22, 2010 at 05:54 AM

CLSID {632F4591-AA62-4219-8FB6-22BCF5F60088} failed due to

5196 Views

Hello,

I develop asp.net SAP application on Window 7 64 bit and SAP 8.8 on server 2008 64 bit Working good.. no problem.

But when I deploy that asp.net sap application on Windows Server 2008 64 bit got the following error:

Server Error in '/PartScan' Application.

Retrieving the COM class factory for component with CLSID {632F4591-AA62-4219-8FB6-22BCF5F60088} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {632F4591-AA62-4219-8FB6-22BCF5F60088} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[COMException (0x80040154): Retrieving the COM class factory for component with CLSID {632F4591-AA62-4219-8FB6-22BCF5F60088} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).]

ItemDetail.OnInit(EventArgs e) +86

System.Web.UI.Control.InitRecursive(Control namingContainer) +133

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1954

Thanks

Ashish