The ArcGIS Runtime SDK 10.1.1 for WPF is now available!

7166
23
01-22-2013 06:24 AM
Labels (1)
MichaelBranscomb
Esri Frequent Contributor
We're very pleased to announce that the ArcGIS Runtime SDK 10.1.1 for WPF is now available for download from the Customer Care Portal: http://customers.esri.com/.

Make sure you take a look at the Release Notes for a list of enhancements, changes and known limitations in this release:
http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/Release_notes_ArcGIS_Runtime_SD...

... And here are some other resources you may find useful:

Blog Announcement: http://blogs.esri.com/esri/arcgis/2013/01/17/arcgis-runtime-sdk-for-wpf-10-1-1-is-here/
Resource Center: http://resources.arcgis.com/en/communities/runtime-wpf/index.html
Conceptual Doc: http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#//017000000031000000
*New* Samples: http://resources.arcgis.com/en/help/runtime-wpf/samples/index.html
API Reference Library: http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html
Sample App download (if you don't have the SDK): http://www.arcgis.com/home/item.html?id=ace12032e3db4314b7ba7ee5b341c80c

Cheers

Mike
23 Replies
MichaelBranscomb
Esri Frequent Contributor
Hi,

The ArcGIS Runtime SDK for WPF v1.0 release added a lot of new functionality in the areas of ArcGIS Server and ArcGIS Online integration plus the ability to use maps, data, locators, and geoprocessing offline via Packages and a new high performance map display - so much new functionality (and in a fuller SDK) that we decided to call it v1.0 again, although underneath it built on top of v3.0 of the ArcGIS API for WPF. The release of the SDK also introduced licensing. If you build an application with the new SDK and it only uses online services then it continues to be free to deploy with a "Basic" license. If you use the offline functionality then you need to purchase "Standard" licenses when you deploy your application.

If you're still using the old API then you are using v2.4. You can check by calling:
Assembly assembly = Assembly.LoadFrom("ESRI.ArcGIS.Client.dll");
Version version = assembly.GetName().Version;


You can find more information on the SDK releases here:
What was new @ ArcGIS Runtime SDK for WPF v1.0: http://blogs.esri.com/esri/arcgis/2012/07/02/arcgis-runtime-sdk-1-0-for-wpf-release/
What was new @ ArcGIS Runtime SDK for WPF v10.1.1: http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/Release_notes/0170000000nz00000...


Cheers

Mike
0 Kudos
AnkitaBhatia
New Contributor III
Thanks for the elaborate explanation Mike 🙂 . This cleared my doubts.
0 Kudos
AnaVojnovic
New Contributor
Hi!

Can you please tell me if it is possible to build a .NET component with the ArcGIS Runtime for WPF?
If I understood correctly from the video: http://video.esri.com/watch/1666/building-applications-with-the-arcgis-runtime-sdk-for-wpf deployment tool builds an .exe file, not a .dll that could be used in other apps as a component.
Is there a way to do this with ArcGIS Runtime?

Thank you,
Ana
0 Kudos
SuryaPanditaradhya
New Contributor
Hi Mike,

         Thanks for the reply Mike. The earlier post was by my colleague about Runtime SDK. I have few doubts just thought of asking you.
Why i need this ArcGIS Runtime?
Can i just copy the dll to the testing machine and run my application using these dll?
I need to do some sample testing by just copying the dll and for further requirement can i go ahead with buying the Runtime
licenses?

         Please let me know for the above 3 questions.


Thanks,
Surya


Hi,

The ArcGIS Runtime SDK for WPF v1.0 release added a lot of new functionality in the areas of ArcGIS Server and ArcGIS Online integration plus the ability to use maps, data, locators, and geoprocessing offline via Packages and a new high performance map display - so much new functionality (and in a fuller SDK) that we decided to call it v1.0 again, although underneath it built on top of v3.0 of the ArcGIS API for WPF. The release of the SDK also introduced licensing. If you build an application with the new SDK and it only uses online services then it continues to be free to deploy with a "Basic" license. If you use the offline functionality then you need to purchase "Standard" licenses when you deploy your application.

If you're still using the old API then you are using v2.4. You can check by calling:
Assembly assembly = Assembly.LoadFrom("ESRI.ArcGIS.Client.dll");
Version version = assembly.GetName().Version;


You can find more information on the SDK releases here:
What was new @ ArcGIS Runtime SDK for WPF v1.0: http://blogs.esri.com/esri/arcgis/2012/07/02/arcgis-runtime-sdk-1-0-for-wpf-release/
What was new @ ArcGIS Runtime SDK for WPF v10.1.1: http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/Release_notes/0170000000nz00000...


Cheers

Mike
0 Kudos
AnkitaBhatia
New Contributor III
Hi,
I already have ArcGIS Runtime SDK for WPF 1.0 installed on my machine. I want to upgrade to ArcGIS SDK for WPF 10.1.1.
Is there a way to do the same other than downloading the new setup from EDN and installing i ton my system.
Some patch installation etc.
Please let me know.
0 Kudos
AnkitaBhatia
New Contributor III
Hi,
Could you please tell me the version of the underlying ArcGIS API for WPF in ArcGIS Runtime SDK for WPF 10.1.1.
The ArcGIS Runtime SDK for WPF  1.0 from what I know was based 2.4.
Correct me if I am wrong.
0 Kudos
MichaelBranscomb
Esri Frequent Contributor
Hi,
Could you please tell me the version of the underlying ArcGIS API for WPF in ArcGIS Runtime SDK for WPF 10.1.1.
The ArcGIS Runtime SDK for WPF  1.0 from what I know was based 2.4.
Correct me if I am wrong.


Hi,

The versions are:

ArcGIS Runtime SDK for WPF v1.0 => included v3.0 ArcGIS API for WPF/SL
ArcGIS Runtime SDK for WPF v10.1.1 => v10.1.1

At 10.1.1 we moved the assembly versions up for consistency with the rest of the product and with the other ArcGIS Runtime SDKs.

Cheers

Mike
0 Kudos
MichaelBranscomb
Esri Frequent Contributor
Hi,
I already have ArcGIS Runtime SDK for WPF 1.0 installed on my machine. I want to upgrade to ArcGIS SDK for WPF 10.1.1.
Is there a way to do the same other than downloading the new setup from EDN and installing i ton my system.
Some patch installation etc.
Please let me know.


Hi,

You need to download the new setup from the customer care portal.

We are investigating ways in which we can streamline the downloading/upgrade process for a future release.

Cheers

Mike
0 Kudos
AnkitaBhatia
New Contributor III
Thanks :).
0 Kudos
Matrix_Solutions_Inc_Geomatics
New Contributor III
Hello,

I was just wondering how similar the ArcGIS WPF API is to the Silverlight version? We've been developing and applicaiton in the Silverlight realm and are thinking of moving to WPF.
0 Kudos