Migrating from ArcGIS V4 to V10

877
2
Jump to solution
05-09-2017 01:34 AM
MarcHillman
New Contributor III

I developed a moderately complex VB.NET app using ArcGISRuntime V4 some years ago. I have just revisited it, and boy have there been some changes in Version 10. It seems to be totally changed. After many hours goggling, I have failed to find a helpful site so that I can re-engineer my code. I think I just need a little help to get (re)started.

I have a shapefile that I wish to open, and query the attributes to find the right shape. I then extract some of the attributes, and the polygons of the shape. Doesn't sound too hard, but I'm just going around in circles.

Could someone give me some simple pseudo code to get started? Basically I just need guidance in how to open a shape file, query it, and extract data from it.

TIA

0 Kudos
1 Solution

Accepted Solutions
MarcHillman
New Contributor III

Fixed - I had to downgrade to version 10 from version 100. That's weird.

View solution in original post

2 Replies
MarcHillman
New Contributor III

Fixed - I had to downgrade to version 10 from version 100. That's weird.

MichaelBranscomb
Esri Frequent Contributor

Hi,

There have been some significant changes between the previous release v10.2.7 and the latest release v100.0.

For a start on migration see: Migrate to 100.0.0—ArcGIS Runtime SDK for .NET | ArcGIS for Developers 

Cheers

Mike