( 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
5 Answers, 1 is accepted
There is a problem with the design assemblies of the official Q1 2010 release when Visual Studio 2008 is used. We have released a package called "VS 2008 Design Assemblies" which can be downloaded from our download section and contains all patched assemblies.
I am pasting the upgrade instructions below:
1. Extract the "VS2008 Design assemblies.zip" file at the C:\Program Files (x86)\Telerik\RadControls for WPF Q1 2010\Binaries\WPF
2. Replace all files and folders when asked
If some of the controls do not appear in the toolbox you may need to reset the toolbox or add them manually to refresh.
Hope this helps.
Sincerely yours,Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

for example in the package I've not the Telerik.Windows.Controls.dll but I'va ....Design.dll or ....VisualStudio.Design.dll and others.
It means that I have to change the reference in my Project? With what kind of dll?
thanks again
Michele
you just have to replace the old design binaries in "C:\Program Files (x86)\Telerik\RadControls for WPF Q1 2010\Binaries\WPF\design " with the ones that appear in the zip package.
No need to change the references in your project.
Greetings,
Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

I say "It seems" because I've a new error with all RadGridViews:
Error 2 Could not create an instance of type 'TemplateBindingExtension'.
in a RadGridView Column (from yours 2009 samples):
<telerik:GridViewColumn Header="" IsVisible="True" Width="18">
<telerik:GridViewColumn.CellStyle>
<Style TargetType="{x:Type telerik:GridViewCell}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type telerik:GridViewCell}">
<Grid>
<Button Width="18" Height="18" Command="{Binding EffettuaPagamentoCommand}" Margin="3" ToolTip="Effettua il pagamento">
<Button.Content>
<Image Source="..\..\Resources\RibbonImages\MagicWand.ico" />
</Button.Content>
</Button>
<Rectangle Width="{TemplateBinding VerticalLineThickness}"
Fill="{TemplateBinding VerticalLineFill}" HorizontalAlignment="Right"
Visibility="{TemplateBinding VerticalLineVisibility}" SnapsToDevicePixels="True" />
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</telerik:GridViewColumn.CellStyle>
</telerik:GridViewColumn>
can you help me?
m
Hi Michele,
Hum, that sounds like XAML code problem but we couldn't reproduce it with the CellStyle than you have pasted. Could you please send us your project so that we can have a better chance of reproducing the error?
Sincerely yours,
Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.