<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcGis 9.3 -&amp;gt; 10 upgrade 80040111 COM Error in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-9-3-amp-amp-gt-10-upgrade-80040111-com/m-p/126948#M3328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&amp;nbsp; Are you both performing product binding (new to ArcGIS 10 and which you seem to already be doing with ESRI.ArcGIS.RuntimeManager.Bind) and initializing ArcObjects with a valid ArcGIS license, either with the IAoInitialize.Initialize Method or the LicenseControl (for Windows Form Engine applications)?&amp;nbsp; Remember, product binding is to be done even before initializing ArcObjects with a valid license.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2011 20:41:33 GMT</pubDate>
    <dc:creator>EdgarBejarano</dc:creator>
    <dc:date>2011-08-16T20:41:33Z</dc:date>
    <item>
      <title>ArcGis 9.3 -&amp;amp;gt; 10 upgrade 80040111 COM Error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-9-3-amp-amp-gt-10-upgrade-80040111-com/m-p/126947#M3327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We recently upgraded one of our desktop applications from 9.3 to 10, we are having some trouble when trying to create a new GxFilterShapefiles(); We are getting &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{"Retrieving the COM class factory for component with CLSID {90E9D96D-E647-11D3-A682-0008C7D3AE8D} failed due to the following error: 80040111."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have read through&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_migrate_ArcGIS_9_3_Desktop_and_Engine_stand_alone_applications_to_ArcGIS_10/0001000002ns000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_migrate_ArcGIS_9_3_Desktop_and_Engine_stand_alone_applications_to_ArcGIS_10/0001000002ns000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which has very good information on doing the upgrade, we added the needed references and the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Engine);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;also when trying to set display name field on an ifeature layer we get a similar COM exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when searching it seems that the 80040111 error code can be caused by a number of things and so far i have not had any luck troubleshooting it myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 18:41:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-9-3-amp-amp-gt-10-upgrade-80040111-com/m-p/126947#M3327</guid>
      <dc:creator>brianrathburn</dc:creator>
      <dc:date>2011-08-16T18:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGis 9.3 -&gt; 10 upgrade 80040111 COM Error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-9-3-amp-amp-gt-10-upgrade-80040111-com/m-p/126948#M3328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&amp;nbsp; Are you both performing product binding (new to ArcGIS 10 and which you seem to already be doing with ESRI.ArcGIS.RuntimeManager.Bind) and initializing ArcObjects with a valid ArcGIS license, either with the IAoInitialize.Initialize Method or the LicenseControl (for Windows Form Engine applications)?&amp;nbsp; Remember, product binding is to be done even before initializing ArcObjects with a valid license.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 20:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-9-3-amp-amp-gt-10-upgrade-80040111-com/m-p/126948#M3328</guid>
      <dc:creator>EdgarBejarano</dc:creator>
      <dc:date>2011-08-16T20:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGis 9.3 -&gt; 10 upgrade 80040111 COM Error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-9-3-amp-amp-gt-10-upgrade-80040111-com/m-p/126949#M3329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the quick response. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do have the lines below in the application when it loads up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; //ESRI License Initializer generated code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_AOLicenseInitializer.InitializeApplication(new esriLicenseProductCode[] { esriLicenseProductCode.esriLicenseProductCodeEngine, esriLicenseProductCode.esriLicenseProductCodeArcView },&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new esriLicenseExtensionCode[] { });&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 16:01:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-9-3-amp-amp-gt-10-upgrade-80040111-com/m-p/126949#M3329</guid>
      <dc:creator>brianrathburn</dc:creator>
      <dc:date>2011-08-17T16:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGis 9.3 -&gt; 10 upgrade 80040111 COM Error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-9-3-amp-amp-gt-10-upgrade-80040111-com/m-p/126950#M3330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I am getting the same thing. I have binding actually in twice and it gets hit correctly, followed in debug, but I am still getting that same error on the first AO instance? I am getting quit annoyed at ESRI making this transition such a pain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever figure this out???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 11:07:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-9-3-amp-amp-gt-10-upgrade-80040111-com/m-p/126950#M3330</guid>
      <dc:creator>DebbieAlger</dc:creator>
      <dc:date>2013-07-09T11:07:20Z</dc:date>
    </item>
  </channel>
</rss>

