Select to view content in your preferred language

ArcGIS Runtime SDK for WPF 10.2 with VS 2012, .Net 4, no async.

2516
2
03-14-2014 03:25 PM
Labels (1)
MichaelDorais
Deactivated User
We would like to upgrade from ArcGIS Runtime SDK for WPF 10.1.1 to WPF 10.2.
Due to automated build environments, programmer platforms on VMs, test environments, and customer prerequisites, it is difficult for us to change them mid-course for a targeted release.  However since ArcGIS Runtime is only used by one application with few developers and uses xcopy deployment, we could be in a position to upgrade that.

Is it possible to continue to use the old style asynchronous method calls (events and function callbacks) using Visual Studio 2012, targeting .Net 4.0, and without installing the Async for .NET Framework 4?  (there are some issues adding that async framework to our development platform right now).
We would like to just have our 10.1.1 based code just reference the new version and be able to get the benefits of the bug fixes and improvements in 10.2.
0 Kudos
2 Replies
AnttiKajanus1
Deactivated User
Hey,
New release of ArcGIS Runtime for WPF SDK extends existing implementations so you should be fine. There might be some new functions that are exposed as a Tasks but you can work with those in 4.0 framework without using Async targeting pack too.

New .NET SDK that is now in public beta, is build only for Task based asynchronous pattern and doesn't have Event / Action based asynchronous methods like WPF. Just mentioning this to make difference between .NET SDK and WPF SDK clear.

If you have problems to start using 10.2.2 when it is out, please let us know.
0 Kudos
MichaelDorais
Deactivated User
Thank you antti.kajanus.  That helps.
0 Kudos