An assembly generated in Visual Studio 2010 using the Add ArcGIS Reference tool throws a compilation error if a project is set to Target Framework version 3.x.
上次发布: December 19, 2015ArcGIS Engine
漏洞 ID 编号
NIM064764
已提交
February 2, 2011
上次修改时间
June 5, 2024
适用范围
ArcGIS Engine
找到的版本
10.0
操作系统
Windows OS
操作系统版本
XP
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The .NET Framework 3.5 is no longer be supported at ArcGIS 10.4.
解决办法
Generate the assembly on CLR v2.0xxx, using Visual Studio 2008 or an earlier version, and then add it to a Visual Studio 2010 project as a reference.
New instances of a class encapsulated in this assembly can be created on both .NET Framework 3.x or 4.0, since the runtime version of the assembly becomes 2.0xxxx.