Net SDK 10.2.6 and Visual Studio references

3140
2
Jump to solution
09-21-2015 03:52 AM
OlaRennemo
New Contributor III

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

0 Kudos
1 Solution

Accepted Solutions
FreddieGibson
Occasional Contributor III

Are you wanting to use the ArcObjects .NET SDK or the ArcGIS for Runtime SDK? The only 10.2.6 .NET SDK we have available is the ArcGIS for Runtime SDK and it would not provide you with access to the ArcObjects classes (i.e. ESRI.ArcGIS.DataManagementTools).

View solution in original post

0 Kudos
2 Replies
FreddieGibson
Occasional Contributor III

Are you wanting to use the ArcObjects .NET SDK or the ArcGIS for Runtime SDK? The only 10.2.6 .NET SDK we have available is the ArcGIS for Runtime SDK and it would not provide you with access to the ArcObjects classes (i.e. ESRI.ArcGIS.DataManagementTools).

0 Kudos
OlaRennemo
New Contributor III

Of course, you are right !

I was confused by the different SDK's available.

Downloaded ArcObjects SDK instead, and everything is back to normal.

Thanks a lot!

-Ola

0 Kudos