Select to view content in your preferred language

ESRI.ArcGIS.Client.Actions

2045
2
02-13-2013 11:15 AM
FrancoisGilbert
Deactivated User
Hello I have the sdk for wpf but I cannot find the following assembly to reference it.


ESRI.ArcGIS.Client.Actions
0 Kudos
2 Replies
norie
by
Regular Contributor
It's actually in the ESRI.ArcGIS.Client.Behaviors.dll assembly.

<Install Directory>\ArcGIS SDKs\WPF10.1.1\sdk\bin\ESRI.ArcGIS.Client.Behaviors.dll
0 Kudos
FrancoisGilbert
Deactivated User
Thanks for the answer, this part is working now,

Now I am trying to use
C:\Program Files\Microsoft SDKs\Expression\Blend\.NETFramework\v4.0\Libraries\System.Windows.Interactivity.dll.

This dll comes with Microsoft Blend for .NET framework 4.0.
The dll was not viewable from the Visual Studio Reference list so I add to add it manually. Now at run time the application complains that it cannot be loaded (XamlParseException). The reference is in the project and I use the following line:

I have also declared in XAML

xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"


François
0 Kudos