Setting up the development environment for developing with the Windows application framework

The ArcGIS for Windows Mobile application is built using the ArcGIS for Windows Mobile SDK and Windows Presentation Foundation (WPF) with .NET Framework 3.5sp1. To extend the application with its application framework, you need all of these components set up correctly with the development environment and Microsoft Visual Studio.

Development environment

Required software;

ArcGIS Mobile components

When you install ArcGIS for Windows Mobile and the Software Development Kit (SDK) on the development machine, there are multiple libraries located in different folders. The assemblies installed with the SDK for writing tools that work at the core level are installed under the SDK folder. The libraries needed to run the Windows application and develop with the application framework are in the application install folder. The Visual Studio project templates and item templates are installed in the Visual Studio folder.

ArcGIS for Windows Mobile SDK

  • <Install_Path>\bin\ESRI.ArcGIS.Mobile.dll
  • <Install_Path>\bin\ESRI.ArcGIS.Mobile.Client.dll
  • <Install_Path>\bin\ESRI.ArcGIS.Runtime.PE.dll
  • <Install_Path>\bin\ESRIMobileCore.dll
  • <Install_Path>\bin\ESRI.ArcGIS.Runtime.Geometry.dll
  • <Install_Path>\bin\ESRI.ArcGIS.Runtime.SG.dll
  • <Install_Path>\bin\ESRIMobileGPS.dll
  • <Install_Path>\bin\ESRIMobileSdc.dll

ArcGIS for Windows Mobile application

  • <Install_Path>\bin\ESRI.ArcGIS.Mobile.Client.dll
  • <Install_Path>\bin\ESRI.ArcGIS.Mobile.Router.dll
  • <Install_Path>\bin\Skins\ArcGISMobile\DefaultSkins.dll

Visual Studio templates

  • C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp\ArcGIS Mobile
  • C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\ArcGIS Mobile

1/7/2015