The following web pages are out of date, specifically for the Windows Installer topic. As a result, there is no help documentation for deploying a custom Windows Mobile Form Application at 10 or 9.3.1.
http://resources.esri.com/help/9.3/ArcGISmobile/adf/deploy_mobile_win32.htm
http://help.arcgis.com/en/arcgismobile/10.0/apis/ArcGISMobile/deploy_Windows32.htm
上次发布: April 4, 2018ArcGIS Runtime for Windows Mobile
漏洞 ID 编号
NIM062819
已提交
November 16, 2010
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime for Windows Mobile
找到的版本
10.0
编程语言
C#
操作系统
Windows OS
操作系统版本
XP
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
On July 1, 2017 Esri retired the ArcGIS for Windows Mobile product and we encourage customers to migrate mobile field editing projects to Collector for ArcGIS app or another ArcGIS App available at http://www.esri.com/software/apps.
解决办法
1) Add a Setup and Deployment Project to your Custom Mobile Application Solution
2) Click "next" though the wizard and select "Create a setup for a Windows application"
3) Click "next" and Choose "Primary output" from <your custom project name>
4) Click "next" and Choose the below files to include
- ESRIMobileCore.dll
- ESRI.ArcGIS.Mobile.dll
- ESRIMobileGPS.dll
- ESRIMobileSdc.dll
- Pe.dll
5) Click "next" and Finish
6) Once the wizard completes, build the entire solution to create the setup.exe
7) Run the setup.exe (this will be found in setup project's bin/debug or bin/release folder)
8) The setup.exe will create a folder in C:\Program Files\ESRI\<setup project name> unless a path was specified when running the wizard.
9) Click <your custom mobile project name>.exe to run the deployed custom mobile application