[GIS] the target .NET Framework of ESRI ArcObjects SDK 10.2

add-inarcgis-desktoparcmaparcobjectsnet

I had ArcMap 10 Add-In project built with ArcObjects SDK for .NET 10.1 where I could not reference external COM DLL build on .NET 4.0 due to a .NET forward compatibility issue. (ArcObjects SDK 10.1 uses .NET 3.5 SP1)

I wonder if the newer ArcObjects SDK 10.2 release targets the .NET 4.0 framework.
That will solve my problem.

Does anyone know?
Thanks

Best Answer

.Net 4 is supported by ArcGIS 10.1, but there is a little extra work you will need to do. http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//000100000nzv000000

If you require any of the .NET 4.0 Framework functionality, you can extend Esri products with components written in the .NET 4.0 Framework. However, it's your responsibility to redistribute and/or verify that the .NET 4.0 Framework exists on the target system.

Related Question