This question is locked. New answers and comments are not allowed.
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.
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.