Hi There,
Telerik version 2013.2.611.45
runtime version v4.0.30319
We have a WPF application that is built targeting .net 4.5. Windows server 2003/Windows XP only supports .net runtimes up to version 4, so when I change the target framework to either .net 4.0 or .net 4.0 client profile we get the following error for a bunch of telerik WPF controls.
Error 165 The tag '<TAG>' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. Line 2 Position 5.
where <TAG> is either RadExpander/RadOutlookBar/RadWindow/RadRichTextBoxRibbonUi which are the controls we are utilizing.
and also :
Error 171 The tag 'RadWindow' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation'.
The website says that .net 4.0 is the minimum requirement for Telerik WPF controls, so we are wondering how we go about getting our application to compile when targetting 4.0 / 4.0 client profile. Maybe another installation package built against 4.0 is available?
Any help appreciated.
Thank You,
J
Telerik version 2013.2.611.45
runtime version v4.0.30319
We have a WPF application that is built targeting .net 4.5. Windows server 2003/Windows XP only supports .net runtimes up to version 4, so when I change the target framework to either .net 4.0 or .net 4.0 client profile we get the following error for a bunch of telerik WPF controls.
Error 165 The tag '<TAG>' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. Line 2 Position 5.
where <TAG> is either RadExpander/RadOutlookBar/RadWindow/RadRichTextBoxRibbonUi which are the controls we are utilizing.
and also :
Error 171 The tag 'RadWindow' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation'.
The website says that .net 4.0 is the minimum requirement for Telerik WPF controls, so we are wondering how we go about getting our application to compile when targetting 4.0 / 4.0 client profile. Maybe another installation package built against 4.0 is available?
Any help appreciated.
Thank You,
J