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

How to Compile Silverlight 3 Examples in VS 2010

0 Answers 136 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 27 Apr 2010, 01:18 PM
How to compile Silverlight3 C# examples in VS2010?

If you are already using the new VS2010 and want to compile Silverlight3 examples which are written and built in VS2008, you need to perform some additional actions to achieve clear compilation:

1.   Upon converting procedure you will be asked to upgrade the Web site to use .NET Framework version 4.0. Choose “Yes”. If you select “No” you need to change the target version from Project Properties option before starting to compile examples.
2.   Rebuild ExamplesWeb project
3.   Update Service References.
4.   Rebuild solution.

How to compile Silverlight3 VB examples in VS2010?

If you are already using the new VS2010 and want to compile Silverlight3 examples which are written and built in VS2008, you need to perform some additional actions to achieve clear compilation:

1.   Upon converting procedure you will be asked to upgrade the Web site to use .NET Framework version 4.0. Choose “Yes”. If you select “No” you need to change the target version from Project Properties option before starting to compile examples.
2.   Rebuild ExamplesWeb project
3.   Update Service References.
4.   Import suggested services.
5.   Delete “Imports Telerik.Windows.Examples.GridView.NorthwindDataServiceReference” reference in places where is not necessary
6.   Rebuild solution.

Tags
General Discussions
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or