This archive contains a few tools that make using
and developping Silverlight apps, under Visual C# 
Express 2008, easier.

1- I copied the three files Microsoft.* to the directory 
C:\Program Files\MSBuild\Microsoft\VisualStudio\v9.0\Silverlight
(under Vista). These files were extracted from the tool
package for the full Visual studio Edition.

After doing this, I was able to use msbuild to compile most
Silverlight apps downloaded from the web (instead of getting
a "not supported" message in VSCE). Just open a cmd shell,
and type "mybuild" in the directory that contains the .csproj
file for the Silverlight app.


2- The file SilverlightExpress.zip is a project template
for a Silverlight app. If you copy it in your 
"Visual Studio 2008/Templates/ProjectTemplates" 
directory, you should be able to create a new Silverlight
project from the menu "File/New Project".  

I open the XAML file using the XML editor (ie right-click
the file name in the Solution window and chose XML editor).


3- To test your new project, I've included the binary of the
Cassini webserver. I just double-click the executable then
copy the project directory path to "Application Directory"
textbox and press "Enter" twice (once to get the webserver
running and then go the "http://localhost").


These instruction comes "as is", with no warranties. None 
whatsoever. This means no express, implied or statutory 
warranty, including without limitation, warranties of 
merchantability or fitness for a particular purpose or 
any warranty of title or non-infringement. Use at your
own risks. 