The Silverlight Toolkit grows up a little with an install experience
March 23, 2009
The Silverlight Toolkit March 2009 includes an install experience for the first time. Instead of having to download a Zip file with all the bits and little instruction, we now have a complete installation experience for Windows.
This provides a very nice experience when using Visual Studio 2008 and Expression Blend 3, since the Toolkit's controls appear alongside all other Silverlight SDK controls now.
I wanted to take a few minutes and record a few questions and answers about the new experience. Let me know if there are some other questions you'd like answered.
Why are there two setup downloads for the March 2009 release?
The March 2009 release is available for targeting Silverlight 2 applications (recommended for most developers and designers working on current production Silverlight 2 apps), and a Silverlight 3 Beta release. Since the target platform is important, you can make a choice. Of course, both the Silverlight 2 and Silverlight 3 Beta installs for the Silverlight Toolkit support side-by-side; however, the Visual Studio 2008's Silverlight Tools do not support "multi-targeting," so you really should decide and stick to a single target development environment for Silverlight coding today.What are the system requirements?
The Silverlight Toolkit only requires a recent version of the .NET framework to install. However, for the best experience, you should have one of these development environments installed and configured:- Visual Studio 2008 SP1 with the Silverlight Tools (Silverlight 2 or Silverlight 3 Beta)
- Visual Web Developer Express with the Silverlight Tools (Silverlight 2 or Silverlight 3 Beta)
- Expression Blend 2 SP1 with Silverlight 2
- Expression Blend 3 MIX '09 Preview with Silverlight 3 Beta
What's with the namespace change to System.Windows.Controls?
As the Silverlight Toolkit has begun delivering controls into the official Silverlight SDK, it became apparent that we should be consistent across the Silverlight platform with regard to the namespace used for the Microsoft controls. As a result, we decided to make this namespace change along with the new ".Toolkit" assembly name scheme.Where's the AutoCompleteBox control? How about TreeView?
Some of the "Stable" controls were moved to the official Microsoft Silverlight 3 Beta SDK, since they are trending towards the "Mature" quality band. As a result, the controls live in different assemblies depending on whether you are performing Silverlight 2 or Silverlight 3 Beta development. In the Silverlight 2 Toolkit March 2009 release, AutoCompleteBox is in System.Windows.Controls.Input.Toolkit. TreeView is in System.Windows.Controls.Toolkit. In the Silverlight 3 Toolkit March 2009 release, AutoCompleteBox is in System.Windows.Controls.Input. TreeView is in System.Windows.Controls. These assemblies are part of the Silverlight 3 Beta SDK and DO NOT require installation of the Silverlight Toolkit. The Silverlight 2 controls are compatible with Silverlight 3, so existing applications will continue to work - but we do highly recommend that you update to the appropriate Silverlight Toolkit for your target Silverlight version, since we do add version-enhanced features, such as animation easing for the Silverlight Toolkit charts in the Silverlight 3 Beta. More information about the assembly and namespace name changes is available in this post by Shawn Burke.What is installed with the Silverlight Toolkit now?
You'll find the same basics as before, plus some. You'll find these in the "Microsoft Silverlight 3 Toolkit March 2009" (or similarly named folder for the Silverlight 2 version) folder in your Start Menu.- New "Welcome" page with general information about the release, plus a link to the breaking changes and release notes for the release.
- Links to the CodePlex site for the Toolkit, plus the Silverlight.net discussion forums
- A link to the sample application for the Toolkit, served from the local system
- Links to Zip files containing the control source code and/or the sample source code
- The documentation for the Toolkit controls in CHM format. The documentation file no longer requires the "Unlock" workaround step on Windows Vista and Windows 7. Do note that the documentation for former Silverlight Toolkit controls that now appear in the Silverlight 3 SDK, such as AutoCompleteBox, are now located in the official Silverlight documentation. An offline download of the SDK documentation is also available.
What rocked about the Zip?
Well, in my mind, it was:- Transparent experience
- Nothing fancy
- Lightweight. Nothing to install, so if you didn't want it anymore, you could just delete the files, for instance.
What was so bad about the Zip?
- No integration into Visual Studio or Expression Blend out-of-the-box, without doing some manual file copy or registry work
- Confusing to users used to a setup experience
- CHM documentation files downloaded in a Zip require "Unlocking" before they work. Until then, they appear broken.