ESRI Silverlight & WPF
From Richard's Wiki
Revision as of 19:00, 30 November 2009 by Rkdrm (Talk | contribs) (New page: Download ESRI SDKs for Silverlight and WPF from [http://resources.esri.com/arcgisserver/apis/silverlight/], link on right hand side ---- To get this version of WPF samples to work corre...)
Download ESRI SDKs for Silverlight and WPF from [1], link on right hand side
To get this version of WPF samples to work correctly at design time, I had to do the following as well as instructions included in the samples page (http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/index.html , Samples/Interactive SDK section, at the bottom of the page refers to the WPF SDK download)::
- Download & install the Expression Blend 3 SDK from here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=f1ae9a30-4928-411d-970b-e682ab179e17&displaylang=en
- Add the following two references to the project (these are redistributables):
Microsoft.Expression.Interactions System.Windows.Interactivity
- Edit the following file:
LightPage.xaml, and change references to each of the following: {StaticResource HoverShineBrush} {StaticResource PressedBrush} {StaticResource ShineBrush} {StaticResource HoverShineBrush} to: {StaticResource HoverBrush}