views:

41

answers:

1

Hi can any one tell me how to create a silver light application in VS2008

+4  A: 

You have to install Silverlight tools for VS2008 after installing Service pack for Visual Studio. Then you can create a new silverlight application in the IDE. Download Silverlight Toolkit for a collection os silverlight controls, components and utilities.

File-->New-->Project

Under your preferred language you can see Silverlight and Choose Silverlight application inside Visual Studio installed templates.

You can also use Expression blend to create Silverlight applications.

rahul