This is a migrated thread and some comments may be shown as answers.

Latest build is in SL5? My SL4 project wont build anymore

4 Answers 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
EmGooser
Top achievements
Rank 1
EmGooser asked on 07 Sep 2012, 08:55 PM
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.

4 Answers, 1 is accepted

Sort by
0
EmGooser
Top achievements
Rank 1
answered on 07 Sep 2012, 09:06 PM
Steps to reproduce

1. Make a new Silverlight 4.0 project in Visual Studio 2012
2. Add the "Telerik.Windows.Controls" and "Telerik.Windows.Controls.Input" references
3. In MainPage.xaml

<UserControl x:Class="TestingApp.MainPage"
             xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">
 
    <Grid x:Name="LayoutRoot" Background="White">
        <telerik:RadDateTimePicker />
    </Grid>
</UserControl>

4. build
0
EmGooser
Top achievements
Rank 1
answered on 11 Sep 2012, 08:54 PM
I have looked for a previous release build link on the site in hopes to find a build that was still in the SL 4.0 framework.  Can anyone help me find it?  I really want to demo the controls to the UI team so I can get them on board with the toolset.
0
Joel
Top achievements
Rank 1
Iron
answered on 08 Jul 2014, 02:57 PM
Is there a workaround on this?
0
Yana
Telerik team
answered on 09 Jul 2014, 06:34 AM
Hi Joel,

We do not provide Silverlight 4 assemblies since Q3 2012 release of UI for Silverlight. You can check the following blog post for more details:
http://blogs.telerik.com/xamlteam/posts/12-10-10/telerik-radcontrols-for-silverlight-4-and-radcontrols-for-wpf-3-5-support-discontinued-as-of-q3-2012.aspx

Regards,
Yana
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
General Discussions
Asked by
EmGooser
Top achievements
Rank 1
Answers by
EmGooser
Top achievements
Rank 1
Joel
Top achievements
Rank 1
Iron
Yana
Telerik team
Share this question
or