Sample - Interactive SDK
This sample contains the source code for the public Interactive Silverlight SDK and its WPF equivalent. The interactive SDK provides a set of functional and instructive samples for using the ArcGIS API for Microsoft Silverlight/WPF in both the Web (Silverlight) and desktop/service (WPF) applications. While Silverlight is designed as a factored subset of the WPF, there are some pivotal differences. As a result, an interactive SDK is provided for both platforms. Instructions on how to setup and use the sample code is provided below the download button below.
Interactive Silverlight SDK
Setup instructions:
- Download and install the July 2009 version of the Silverlight 3 Toolkit on CodePlex. If necessary, repair the reference to the System.Windows.Controls.Toolkit assembly.
- Download and/or install either Microsoft Expression Blend 3 or the Expression Blend 3 SDK. If necessary, repair the reference to the System.Windows.Interactivity assembly.
- Unzip the sample to a location of your choice. Two solutions are included: one contains the CSharp code, the other VB.NET. Each solution contains two projects, a Silverlight project and a Web host application.
- In Visual Studio 2008, open the CSharp or VB.NET solution.
- If necessary, repair the references to the ESRI.ArcGIS.Client, ESRI.ArcGIS.Client.Behaviors, ESRI.ArcGIS.Client.Bing, ESRI.ArcGIS.Client.Toolkit assemblies in the Silverlight application.
- Run the application.
Interactive WPF SDK
Setup instructions:
- Download and install the June 2009 version of the WPF Toolkit on CodePlex. If necessary, repair the reference to the WPFToolkit assembly.
- Download and/or install either Microsoft Expression Blend 3 or the Expression Blend 3 SDK. If necessary, repair the reference to the System.Windows.Interactivity assembly.
- Unzip the sample to a location of your choice. One solution is included which contains CSharp code for a WPF project.
- In Visual Studio 2008, open the solution.
- If necessary, repair the references to the ESRI.ArcGIS.Client, ESRI.ArcGIS.Client.Behaviors, ESRI.ArcGIS.Client.Bing, ESRI.ArcGIS.Client.Toolkit assemblies in the WPF application.
- For rich media support (e.g. wmv video) in the the WPF interactive SDK, install the latest version of Windows Media Player for your operating system.
- Run the application.