haithambradai / gong-wpf-dragdrop

Automatically exported from code.google.com/p/gong-wpf-dragdrop
0 stars 0 forks source link

Compile under VS Express 2010 #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Download version 0.1.3 and compile under VS 2010 Express

1. I had to remove the UnitTest project from the solution as it did not convert 
correctly to VS 2010.

2. To compile, I had to add a reference to System.XAML

3. To compile, I had to delete the tk: tag in front of the DataGrid in the 
DefaultsExample. I also removed the xmlns line for the tk tag.

4. To compile, I had to remove the WPFToolkit reference from DefaultsExample. 

Original issue reported on code.google.com by sjb.anon...@gmail.com on 14 Jul 2010 at 2:19