Select to view content in your preferred language

Steps for updating API versions

640
1
Jump to solution
06-25-2013 09:17 AM
KeithGanzenmuller
Frequent Contributor
It's been a while since I was involved in creating our Silverlight mapping site and we are looking to update it to take advantage of some of the new capabilities like printing services. I realize we'll have to make changes for tools that have been removed from the api since our site was created but can someone give me an idea of what is involved to change from one api version to another, inside the project in Visual Studio?
Any direction would be appreciated.
Keith
0 Kudos
1 Solution

Accepted Solutions
RichardWatson
Deactivated User
You just modify the Visual Studio project to reference the new libraries.

C:\Program Files (x86)\ESRI SDKs\Silverlight5\v3.1

Hopefully, you will build without errors.  If not then you have to address the breaking API changes.

After that you test.

View solution in original post

0 Kudos
1 Reply
RichardWatson
Deactivated User
You just modify the Visual Studio project to reference the new libraries.

C:\Program Files (x86)\ESRI SDKs\Silverlight5\v3.1

Hopefully, you will build without errors.  If not then you have to address the breaking API changes.

After that you test.
0 Kudos