Hi all,
I am a bit confused after installing .Net SDK 10.2.6
My existing projects(from SDK10.0) needs new references, because the assemblies they are linked to, are not present in the new SDK. (Or am I missing something?)
I can use ESRI COM-objects as references, but they dont always match the old assembly structure.
Result is: I cannot find the COM-object to add to the references list in order to use f.ex this class:
ESRI.ArcGIS.DataManagementTools.CopyFeatures
(Same problem in VS2010 and VS2013, Net runtime 3.5 and 4)
Generally, I miss a place to seach for library references, given a class name.
Suggestions?
TIA
Ola