Migrating from ArcGIS 9.x to 9.2


In this topic


About migrating from ArcGIS 9.x to 9.2

This document highlights changes made between ArcObjects 9 and 9.1 and the new ArcGIS 9.2. It takes you through the steps to move existing ArcObjects 9 or 9.1 code to ArcObjects 9.2 code.
If you are looking to move from ArcObjects 8.x code to 9.2, see Migrating from 8.x to 9.x.

Changes from 9.x to 9.2

The following outlines the applicable changes:
 
See the following code example:
 

[C#]
// ArcGIS 9.1 version.
using ESRI.ArcGIS.ControlCommands;

// ArcGIS 9.2 version.
using ESRI.ArcGIS.Controls;

[VB.NET]
' ArcGIS 9.1 version.
Imports ESRI.ArcGIS.ControlCommands

' ArcGIS 9.2 version.
Imports ESRI.ArcGIS.Controls
 


See Also:

Overview: ArcGIS Visual Studio IDE Integration Framework
About the ArcGIS .NET code converter
Controls
How to update ArcGIS Engine Controls applications from 9.1 to 9.2