Silverlight 4 Code Samples
I purchased the book Silverlight 4 Problem - Design - Solution and have downloaded the code however when I try to run the code samples for Chapter 3 there are several missing elements, i.e. I receive two warnings as follows:
Warning 1 The referenced component 'System.Windows.Controls.Data.DataForm.Toolkit' could not be found.
Warning 2 The referenced component 'System.Windows.Controls.Toolkit' could not be found.
When I try to add these references I can't see where they exist.
My environment is Windows 7 Ultimate, Visual Studio 2010 Professional, SQL Server 2008 R2 Enterprise.
I've only tried this on one chapter at this point but need to know where these two components are and why they can't be located when the solution file for chapter 3 is loaded
|