views:

131

answers:

2

I have Downloaded Silverlight3 ToolKit and Silverlight SDK. Now how to configure it with visual studio 2008? VS2008 is not showing option for creating silverlight application.

A: 

Heh... I think after you do the install and such, it should show as a new project type. I have just begun experimenting with the SL3 SDK and just had to install it against VS.Net 2008 SP1, and I was good to go.

Richard B
Hey, thanks. I have installed VS2008SP1. Now I am able to create silverlight application
jolly
A: 

Seems everyone gets confused about this ;-)

You need the Silverlight Tools for Visual Studio package. It contains the developer runtime (for debugging), the SDK (for building and basic controls), and the Visual Studio integration package.

The Silverlight Toolkit is a separate package containing a larger set of controls that don't ship in the SDK (partly because they're less mature, and partly because the Toolkit updates more often).

Jimmy

related questions