Select to view content in your preferred language

Silverlight 5 - Mircosoft.Expression.Interactions breaks TabbedRibbon Template

902
3
Jump to solution
08-06-2012 03:05 PM
DavidAshton
Frequent Contributor
When using the I'm getting Mircosoft.Expression.Interactions assembly that comes with Expression Blend 5/ Silverlight 5 it breaks the new ESRI TabbedRibbon Template.  I'm getting an error stating:

"The type 'ChangePropertyAction' from assembly 'Mircosoft.Expression.Interactions' is built with an older version of the Blend SDK, and is not support in a Silverlight 5 project. 

If I switch to Silverlight 4 and use the 'Mircosoft.Expression.Interactions' 4 assembly everything is good but I want to use 5.

Any suggestions?
0 Kudos
1 Solution

Accepted Solutions
DominiqueBroux
Esri Frequent Contributor
When using the I'm getting Mircosoft.Expression.Interactions assembly that comes with Expression Blend 5/ Silverlight 5 it breaks the new ESRI TabbedRibbon Template. I'm getting an error stating:

"The type 'ChangePropertyAction' from assembly 'Mircosoft.Expression.Interactions' is built with an older version of the Blend SDK, and is not support in a Silverlight 5 project.


Likely a version mismatch in your referenced dlls.

Double check the version of your dlls:

  • Esri dlls version should be : 3.0.0.388

  • Others dlls : 5.0.5.0

View solution in original post

0 Kudos
3 Replies
DominiqueBroux
Esri Frequent Contributor
When using the I'm getting Mircosoft.Expression.Interactions assembly that comes with Expression Blend 5/ Silverlight 5 it breaks the new ESRI TabbedRibbon Template. I'm getting an error stating:

"The type 'ChangePropertyAction' from assembly 'Mircosoft.Expression.Interactions' is built with an older version of the Blend SDK, and is not support in a Silverlight 5 project.


Likely a version mismatch in your referenced dlls.

Double check the version of your dlls:

  • Esri dlls version should be : 3.0.0.388

  • Others dlls : 5.0.5.0

0 Kudos
DavidAshton
Frequent Contributor
Dominique,

Thanks for the reply.  I was able to get the basic Ribbon template rolling with Silverlight 5 but now I'm having problems with an existing project I'm working on...it uses the Ribbon template.  I'm also using RIA services to connect to a different database. 

It errors right when in my xaml on this line at the toolkit: TabRibbon

<toolkit:TabRibbon x:Name="tabRibbon" HorizontalAlignment="Stretch" TabStripPlacement="Bottom"  >

The ERROR states - "Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.10411.0&File=System.Windows.dll&Key=Parser... [Line: 2 Position: 160] C:\inetpub\wwwroot\EPIC_WSFRIA_DOC_ConvertNETAPP_NextStep - Copy - Copy\TabbedRibbon\MainPage.xaml 684 49 TabbedRibbon"

which isn't helping me.  When I build the solution it builds and when I launch the app it just hangs at 100%.  In VS I see the Doc. Outline but it doesn't build the preview in the design window. 

I know this isn't much info...I was wondering If I could load my project somewhere to have you look at it.

Thanks
Dave
0 Kudos
DavidAshton
Frequent Contributor
Got it. Thanks
0 Kudos