EDN Downloads

Updated Jul 03, 2008
Quick Info
File Name: DotNetCodeConverter91.zip
Development Environment: .NET
Language: VB.NET, C#
Date Modified: 12/13/2004
File size: 127 kb

System Requirements

Platform: Windows
Products: ArcInfo Desktop 9.1; ArcEditor 9.1; ArcGIS Engine Developer Kit 9.1; ArcView 9.1; ArcGIS for Server 9.1;
Operating System:

Installation Instructions

Double-click on the RegisterDotNetAddin.bat to register the add-in.
Double-click on the UnregisterDotNetAddin.bat to un-register the add-in.

Usage Guide

View the usage guide

Additional Information

The 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.