Code ConverterConverts projects from ArcGIS 8.x to ArcGIS 9.x
System Requirements
Installation InstructionsDouble-click on the RegisterDotNetAddin.bat to register the add-in. Usage GuideAdditional InformationThe steps carried out for each solution are as follows: Code using ArcGIS 8.3 namespaces is changed to use ArcGIS 9 namespaces. For example: "Dim pPoly As ESRI.ArcObjects.Core.IPolygon" will be converted to: "Dim pPoly As ESRI.ArcGIS.Geometry.IPolygon" The Imports (Visual Basic .NET) or 'using' (C#) namespace statements are removed and appropriate new Imports/using namespace statements for ArcGIS 9.0 namespaces are added. For example: "Imports ESRI.ArcObjects.Core" will be removed and replaced by the namespaces required by the code, perhaps: "Imports ESRI.ArcGIS.esriSystem" "Imports ESRI.ArcGIS.Geometry" ArcGIS 8.3 assembly references are removed from the project and the appropriate ArcGIS 9 assembly references are added. The solution is built if there is no preceding conversion error. Loading ...
If you would like to post a comment, please login.
|
|
|||||||||||||||||||||