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

SL2 Examples for SL3?

3 Answers 80 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben Hayat
Top achievements
Rank 2
Ben Hayat asked on 11 Jun 2009, 11:37 AM
Both of my development machines are now SL3 and I would like to be able to run vast examples that are available on the SL2 platform. I installed the Telerik Q1 (For SL2) on my machine hoping I can open up the Examples solution and change the references to SL3 binarry, but after the solution was converted, it shows that none of the programs in the SL project are available.

Would it be possible to have a copy of the examples available before RTW? I need to look at some codes please?
Thanks!

3 Answers, 1 is accepted

Sort by
0
Ben Hayat
Top achievements
Rank 2
answered on 12 Jun 2009, 05:54 PM
Any thoughts on this team?
Thanks!
0
Kaloyan
Telerik team
answered on 15 Jun 2009, 03:12 PM
Hello ..Ben,

The problem here is that the Telerik Silverlight examples are built against Silverlight runtime 2.0 and in order to be able to use them in Silverlight 3, you have to do some changes in the project file.
1. Right click on the solution project in the Visual Studio
2. Unload Project
3. Edit Examples....

Try to find the following XML element: 
 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" /> 

and replace it with this one: 
 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" /> 

We are planning to provide Silverlight examples for the SL3 runtime after our Q2 release which is scheduled for the begging of next month.

Sincerely yours,
Kaloyan
the Telerik team

Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
0
Ben Hayat
Top achievements
Rank 2
answered on 15 Jun 2009, 04:36 PM
Hi Kaloyan;

I think I'll just wait for Q2 as a complete installation for SL3. Is the Q2 release going to happen after SL3 RTW? The reason Iask, so we can get a full Q2 installation for SL3 RTW!
Tags
General Discussions
Asked by
Ben Hayat
Top achievements
Rank 2
Answers by
Ben Hayat
Top achievements
Rank 2
Kaloyan
Telerik team
Share this question
or