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 & fire the application remove or add. It works fine in 9.3.1 but in ArcGIS 10 the Dim pAppRot As AppROT = New AppROTstatement throw this error:Retrieving the COM class factory for component with CLSID {FABC30FB-D273-11D2-9F36-00C04F6BC61A} failed due to the following error: 80040111.I read in the ArcObject SDK Help / How to migrate ArcGIS 9.3 Desktop and Engine stand-alone applications to ArcGIS 10, that:'Insert this line before the InitializeComponent() method in Public Sub New().ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Engine)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?
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.