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

How to Compile WPF Examples in VS 2010

0 Answers 137 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:22 PM
How to compile WPF VB examples in VS2010?

If you are already using the new VS2010 and want to compile WPF examples which are written and built in VS2008, you need to perform some additional actions to achieve clear compilation. When VS2010 converts all examples one unnecessary file is generated and others appear to be not correctly converted, all of them related with Northwind Data Sources which are used in RadGridView examples.

These are the steps for successful compilation:

1.   Replace “Global.Telerik.Windows.Examples.Properties.Settings.Default.NorthwindConnectionString” with “Settings.Default.NorthwindConnectionString”
2.   Import suggested adapters
3.   Rebuild solution

How to compile WPF C# examples in VS2010?

If you are already using the new VS2010 and want to compile WPF examples which are written and built in VS2008, you need to perform an additional action to achieve clear compilation. When VS2010 converts all examples one unnecessary file is generated (Northwind1.designer.cs), related with Northwind Data Sources which is used in RadGridView examples. Simple delete this file and the compilation will be successful.
Tags
General Discussions
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or