Add Reference for  ESRI.ArcGIS.MapControl, ESRI.ArcGIS.MapControl.AxMapControl, etc

3295
2
06-28-2012 07:22 PM
Nik_Mohd_FadhilNik_Mohd_Kamil
New Contributor III
G'day all,

I have my 9.3 code that using above library and want to convert it using MS C# 2010 and ESRI ArcGIS Engine 10. I'm stuck to add correct assembly reference for using the above library, please help me 😞

  • ESRI.ArcGIS.MapControl;

  • ESRI.ArcGIS.MapControl.AxMapControl;

  • ESRI.ArcGIS.TOCControl;

  • ESRI.ArcGIS.ToolbarControl;

  • ESRI.ArcGIS.Utility;

  • ESRI.ArcGIS.Utility.BaseClasses;

  • ESRI.ArcGIS.Utility.CATIDs;

0 Kudos
2 Replies
ChaoWang
Esri Contributor
Hello,

Please use ESRI.ArcGIS.AxControls assembly if you are using the Engine controls; use ESRI.ArcGIS.ADF Assembly to replace the utilities assembly. Details please refer to the links:

How to migrate ArcGIS 9.3 Desktop and Engine stand-alone applications to ArcGIS 10
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_migrate_ArcGIS_9...

ESRI.ArcGIS.ADF Assembly
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Overview/000200002pnn000...


Regards,
Chelsea
0 Kudos
Nik_Mohd_FadhilNik_Mohd_Kamil
New Contributor III
Thanks xjwang. I'll try

Hello,

Please use ESRI.ArcGIS.AxControls assembly if you are using the Engine controls; use ESRI.ArcGIS.ADF Assembly to replace the utilities assembly. Details please refer to the links:

How to migrate ArcGIS 9.3 Desktop and Engine stand-alone applications to ArcGIS 10
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_migrate_ArcGIS_9...

ESRI.ArcGIS.ADF Assembly
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Overview/000200002pnn000...


Regards,
Chelsea
0 Kudos