Error Creating VB RadControls WPF Application (Telerik.VSX.Xaml.2013.1.215.0.dll not found)
I just installed WPF controls package for Visual Studio. I am having an issue creating a VB RadControls WPF Application. I am selecting the VB RadControls WPF Application options and in the configuration wizard I am selecting Use Implicit Styles and for components I am only selecting Telerik.Windows.Controls. After selecting a theme it pops up this error during the install.
An error occurred while running the wizard.
Error executing custom action Telerik.VSX.TextTemplating.Actions.UnfoldFilesAction: Compiling transformation: Metadata file 'Telerik.VSX.Xaml.2013.1.215.0.dll' could not be found
I have tried updating the WPF VSExtensions from the extensions manager as well as just uninstalling and reinstalling them.
I can create a RadControls Windows Forms Application just fine. It’s just the WPF applications that are the issue.
Any thoughts on how to fix this issue would be appreciated.
I am running:
Win 7 Pro 64bit
vs2012
I also have these other Telerik Applications installed:
Windows Forms
Reporting
JustCode
JustTrace
JustDecompile
Thanks
<telerik:RadRibbonBackstage> <telerik:RadRibbonBackstageItem Name="OpenDocument" Header="Open" Icon="{Binding Icons.OpenDocument}" telerik:KeyTipService.AccessKey="Ctrl+o" telerik:KeyTipService.AccessText="Ctrl+o" Command="{Binding OpenCommand}" CommandParameter="DOPE" IsSelectable="False" /> <telerik:RadRibbonBackstageItem Header="Save" Name="SaveWorkSpace" Icon="{Binding Icons.SaveDocument}" Command="{Binding SaveCommand}" IsSelectable="False"/> <telerik:RadRibbonBackstageItem IsGroupSeparator="True" /> <telerik:RadRibbonBackstageItem Header="Recent" IsDefault="True"> </telerik:RadRibbonView.Backstage>