I am migrating my Application built in Version 9.3.1 to version 10 In my code I am getting the exception:
Retrieving the COM class factory for component with CLSID {4147A362-EFC4-11D3-
A0A4-00C04F6BC626} failed due to the following error: 80040111
at this place:
IExportOperation pExportOp = new ExportOperationClass();
I have already bound my application with bindmanager code:
ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Engine);
Every thing works fine like creating IWorkspaceFactory InitiallizeLicense, the exception arises as this statment is executed:
IExportOperation pExportOp = new ExportOperationClass();
Is there any solution to avoid this exception?
Please help.
Thanks