Retrieving the COM class factory for component with CLSID {86A3FE22-515C-45BF-B489-07DEEB03E2D6} failed due to the following error: 80040154.
this is error message in my page in asp.net?
pls help me how can i remove it
Retrieving the COM class factory for component with CLSID {86A3FE22-515C-45BF-B489-07DEEB03E2D6} failed due to the
Share
The error code means that your COM component is not correctly registered.
I assume that your ASP code is relying on the COM component with CLSID {86A3FE22-515C-45BF-B489-07DEEB03E2D6}. Try to figure out which COM object belongs to this id and register it (using regsvr32 or regasm).