More on SilverLight Developer Installation
If you followed along with the install instructions last week and then went to do some development, you probably noticed that the Visual Studio environment does not allow for WYSIWYG/Drag and Drop GUI development like we can do with Windows Forms or ASP.NET development.
Insert rant for how lame this is here…
But all is not lost. While the tools are not available in Visual Studio, they ARE available in Expression Blend 2. So, our next step in the installation process is to install Expression Blend 2.
The install for Expression Blend 2 is a two-step process. The initial install, and then the service pack install.
Download the initial install from here:
or, if you have an MSDN subscription, install it from there. My install from the MSDN disk did not take that long at all.
Next, install the service pack from here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=EB9B5C48-BA2B-4C39-A1C3-135C60BBBE66&displaylang=en
This also does not take that long.
Once you have installed Expression Blend 2, you will be able to open your XAML files with Expression Blend 2 from within Visual Studio.
Other post in Silverlight
- Installing Silverlight2 Tools for Visual Studio - December 31st, 2008
- More on SilverLight Developer Installation - January 7th, 2009
- SilverLight - Layout Managers - January 14th, 2009
- Friday Books - Silverlight 2 in Action - January 16th, 2009
- JavaScript vs Silverlight vs ... - February 10th, 2009
- Silverlight - Databinding - February 17th, 2009
- Silverlight - Databinding ListBox - March 5th, 2009
- Silverlight - Binding ResourceDictionaries - March 17th, 2009
- Silverlight - RESX Files and Internationalization - April 2nd, 2009
- Silverlight, Web Services and Datasets - April 23rd, 2009
- Silverlight – Databinding to a Web Service - April 27th, 2009
- Silverlight – Navigating Data - May 7th, 2009
- Silverlight - Wire up your form for programming - April 16th, 2013




[...] More on Silverlight Developer Installation (Dave M. Bush) [...]