Select to view content in your preferred language

Compatablity Issue

568
1
08-20-2010 06:54 AM
LakshmananVenkatesan
Frequent Contributor
Hi All

We have developed big ESRI SL application using ESRI SL API 1.2, .NET Framework 3.5 and ArcGIS 9.3.1. Server side code is GP tools for spatial operations developed using 9.3.1. But we need to upgrade to AGS 10. One of the biggest challenge migrating code to new technology will cost more, so clients wants to upgrade only ArcGIS 10 not sliverlight part. But some the requirements like custom projection system needs to be implemented

Now, question is --- Can we use ArcGIS 10 with ESRI SL Api 1.2 and .NET 3.5. ? Is this supported ?

Please answer elobrately

Thanks
SR
0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor
v1.2 has not been tested with ArcGIS Server 10. While many things will continue to work, there are new features in the server that the old client will not know how to handle. I would not recommend using v1.2 in this scenario but upgrade to v2.0. The nice thing about silverlight is that you just have to update the application on the webserver, and the users will automatically get the new application.
The upgrade path is as simple as installing the new 2.0 API, set the application to use Silverlight 4, upgrade the assembly references to point the new v2.0 api, recompile and publish the xap to the webserver. You will want to also upgrade the JavaScript so users who are still on Silverlight 3 automatically will get prompted to upgrade the plugin (in most cases this should already have happened through Windows Update).
0 Kudos