<?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: AppROT in ArcGIS10 in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/approt-in-arcgis10/m-p/357478#M9456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm migrating a standalone VB.NET program from ArcGIS 9.3.1 to 10. In the program the AppROT class is used to scan what ArcGIS applications are opened &amp;amp; fire the application remove or add. It works fine in 9.3.1 but in ArcGIS 10 the &lt;BR /&gt;&lt;BR /&gt;Dim pAppRot As AppROT = New AppROT&lt;BR /&gt;&lt;BR /&gt;statement throw this error:&lt;BR /&gt;Retrieving the COM class factory for component with CLSID {FABC30FB-D273-11D2-9F36-00C04F6BC61A} failed due to the following error: 80040111.&lt;BR /&gt;&lt;BR /&gt;I read in the ArcObject SDK Help / How to migrate ArcGIS 9.3 Desktop and Engine stand-alone applications to ArcGIS 10, that:&lt;BR /&gt;'Insert this line before the InitializeComponent() method in Public Sub New().&lt;BR /&gt;ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Engine)&lt;BR /&gt;&lt;BR /&gt;I inserted this line and the program worked in debug mode, but running the program the previous error was thrown at the same statement. Is there any idea to solve this problem?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you resolve this issue? I am having the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2011 15:44:25 GMT</pubDate>
    <dc:creator>ShaneHelm</dc:creator>
    <dc:date>2011-09-02T15:44:25Z</dc:date>
    <item>
      <title>AppROT in ArcGIS10</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/approt-in-arcgis10/m-p/357477#M9455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm migrating a standalone VB.NET program from ArcGIS 9.3.1 to 10. In the program the AppROT class is used to scan what ArcGIS applications are opened &amp;amp; fire the application remove or add. It works fine in 9.3.1 but in ArcGIS 10 the &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim pAppRot As AppROT = New AppROT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;statement throw this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Retrieving the COM class factory for component with CLSID {FABC30FB-D273-11D2-9F36-00C04F6BC61A} failed due to the following error: 80040111.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I read in the ArcObject SDK Help / How to migrate ArcGIS 9.3 Desktop and Engine stand-alone applications to ArcGIS 10, that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Insert this line before the InitializeComponent() method in Public Sub New().&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;I inserted this line and the program worked in debug mode, but running the program the previous error was thrown at the same statement. Is there any idea to solve this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 14:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/approt-in-arcgis10/m-p/357477#M9455</guid>
      <dc:creator>JanosHars</dc:creator>
      <dc:date>2011-01-25T14:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: AppROT in ArcGIS10</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/approt-in-arcgis10/m-p/357478#M9456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm migrating a standalone VB.NET program from ArcGIS 9.3.1 to 10. In the program the AppROT class is used to scan what ArcGIS applications are opened &amp;amp; fire the application remove or add. It works fine in 9.3.1 but in ArcGIS 10 the &lt;BR /&gt;&lt;BR /&gt;Dim pAppRot As AppROT = New AppROT&lt;BR /&gt;&lt;BR /&gt;statement throw this error:&lt;BR /&gt;Retrieving the COM class factory for component with CLSID {FABC30FB-D273-11D2-9F36-00C04F6BC61A} failed due to the following error: 80040111.&lt;BR /&gt;&lt;BR /&gt;I read in the ArcObject SDK Help / How to migrate ArcGIS 9.3 Desktop and Engine stand-alone applications to ArcGIS 10, that:&lt;BR /&gt;'Insert this line before the InitializeComponent() method in Public Sub New().&lt;BR /&gt;ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Engine)&lt;BR /&gt;&lt;BR /&gt;I inserted this line and the program worked in debug mode, but running the program the previous error was thrown at the same statement. Is there any idea to solve this problem?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you resolve this issue? I am having the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 15:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/approt-in-arcgis10/m-p/357478#M9456</guid>
      <dc:creator>ShaneHelm</dc:creator>
      <dc:date>2011-09-02T15:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: AppROT in ArcGIS10</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/approt-in-arcgis10/m-p/357479#M9457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you start a new project in Visual Studio using one of the ESRI templates provided with the SDK do you see the same error? If not it may give you some ideas of what may need to change. If this doesn't help please post the project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 15:36:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/approt-in-arcgis10/m-p/357479#M9457</guid>
      <dc:creator>JohnHauck</dc:creator>
      <dc:date>2011-09-06T15:36:02Z</dc:date>
    </item>
  </channel>
</rss>

