Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

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

share|improve this question
I assume it is a standalone Engine application. Are you running it in x86 mode or is it 64-bit? – Petr Krebs Sep 2 '12 at 12:07
Do you see 4147A362-EFC4-11D3- A0A4-00C04F6BC626 in the registry? What .dll is it bound to? – BradHards Sep 2 '12 at 20:56
Hi Petr. I ran it in x86 but it shows error – nima g2 Sep 3 '12 at 7:09
Hi Brad. How can I see the .dll is it bound to? – nima g2 Sep 3 '12 at 7:10

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.