Having used Telerik in the past, I was attempting to put some of the telerik controls for my client into their project. However, when I downloaded the lastest version "RadControls for Silverlight Q2 2012 SP1" (Build v.2012.2.725.1050 Trial) I am not able to build.
The actual error I get in Visual Studio 2012 is this.
Error 20 The tag 'RadDateTimePicker' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. c:\Users\EmGooser\Documents\Visual Studio 2012\Projects\TestingApp\TestingApp\MainPage.xaml 10 10 TestingApp
When I look at the output window of the compiler I see this...
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1578,5): warning MSB3274: The primary reference "Telerik.Windows.Controls" could not be resolved because it was built against the "Silverlight,Version=v5.0" framework. This is a higher version than the currently targeted framework "Silverlight,Version=v4.0".
So I go and look at your system requirements page for the silverlight controls here
http://www.telerik.com/help/silverlight/installation-system-requirements.html
It says that Silverlight 4.0. So... what gives?
If I can get this resolved I will be able to give a good use case on why we should buy the toolset.
NOTE: Before anyone asks, No I can't convert this project to the 5.0 framework because doing so will cause me to have to refactor all of the service model and there was some serious changes in the framework from 4.0 to 5.0. As in 600+ build errors serious.
The actual error I get in Visual Studio 2012 is this.
Error 20 The tag 'RadDateTimePicker' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. c:\Users\EmGooser\Documents\Visual Studio 2012\Projects\TestingApp\TestingApp\MainPage.xaml 10 10 TestingApp
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1578,5): warning MSB3274: The primary reference "Telerik.Windows.Controls" could not be resolved because it was built against the "Silverlight,Version=v5.0" framework. This is a higher version than the currently targeted framework "Silverlight,Version=v4.0".
So I go and look at your system requirements page for the silverlight controls here
http://www.telerik.com/help/silverlight/installation-system-requirements.html
It says that Silverlight 4.0. So... what gives?
If I can get this resolved I will be able to give a good use case on why we should buy the toolset.
NOTE: Before anyone asks, No I can't convert this project to the 5.0 framework because doing so will cause me to have to refactor all of the service model and there was some serious changes in the framework from 4.0 to 5.0. As in 600+ build errors serious.