This article describes how to install the Silverlight Toolkit and then add a reference to the tool kit DLLs in your Visual Studio project.
When I initially installed Silverlight Toolkit I couldn't where the installer placed the files. After some investigation I discovered the Toolkit files were installed to:
C:\Program Files\Microsoft SDKs\Silverlight.
Here's the install instructions from A-Z.
Download and Install
-
Surf to http://silverlight.codeplex.com.
-
Click on Downloads menu item.
-
Click on the download link below Recommended Download.
Select download link #1 for the binaries in an MSI file.
Select download link #2 for the source code in a ZIP file.
-
The file downloads to your computer.
-
Double-click on the MSI file.
-
Follow the installation instructions.
Add Reference to DLLs in Visual Studio
-
Start Visual Studio and open your Silverlight project.
-
Right-click over References folder.
-
Click on Add Reference...
-
Click Browse tab.
-
Browse to \Program Files\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr 10\Bin
-
Select the DLLs you want to add.
-
Click on OK.