or
( I re-post correctly here my message that I've already posted in the scheduler-section - it was a mistake)
Hi everybody,
I upgraded today my project from Q3-2009 to Q1-2010 and I've found an error opening Windows and UserControl into the VS2008 editor: (i'm on a Windows7 64 bit)
Cannot create instance of 'GenericTheme' defined in assembly 'Microsoft.Windows.Design.Interaction, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Exception has been thrown by the target of an invocation.
In expression Blend it's OK ...
Is it a problem of the new version?
Is there a way to solve it?
thanks in advance
Michele
<Controls:GridViewDataColumn x:Name="IdDefinitionGroup" UniqueName="IdDefinitionGroup" Width="100" IsSortable="True" IsFilterable="True" |
DataMemberBinding="{Binding IdDefinitionGroup, ValidatesOnDataErrors=True, ValidatesOnExceptions=True, UpdateSourceTrigger=PropertyChanged}"> |
<Controls:GridViewColumn.Header> |
<Grid Width="{Binding ElementName=IdDefinitionGoup, Path=Width, Mode=TwoWay}"> |
<TextBlock Foreground="#15428b" HorizontalAlignment="Stretch" |
Text="Id" ToolTip="Test ToolTip"/> |
</Grid> |
</Controls:GridViewColumn.Header> |
</Controls:GridViewDataColumn> |