Unable to generate wrapper classes for the ArcGIS Engine controls using ArcGIS 10.0 and Visual Studio 2008.
上次发布: August 25, 2014ArcGIS Engine
漏洞 ID 编号
NIM058432
已提交
June 18, 2010
上次修改时间
June 5, 2024
适用范围
ArcGIS Engine
找到的版本
9.3.1
编程语言
VC++
操作系统
Windows OS
操作系统版本
7
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
1. Use the ArcGIS 9.3.1 VS2008 project with ArcGIS 10.0. Since the problem is only in generating the wrappers, using the wrappers still works fine. Remember that runtime binding needs to be added to this project in order for it to work at 10.0. 2. Use VS2010 to create new Visual C++ Engine applications.3. Do not use the wrappers (we recommend this method anyways due to the unnecessary overhead that can come from going through dispatch). Access the controls directly using the appropriate interfaces. 4. The Test Data Path contains the wrappers generated with VS 2010 and ArcGIS 10.0 Final.