Creating a Silverlight Project in Visual Studio
Complete the following steps to create a new Silverlight project in Microsoft Visual Studio 2010:
1. Select File | New | Project to open the New Project dialog box in Visual Studio 2010.
2. In the Project types pane, expand either the Visual Basic or Visual C# node and select Silverlight.
3. Choose Silverlight Application in the Templates pane.
4. Name the project, specify a location for the project, and click OK.
Next, Visual Studio will prompt you for the type of hosting you want to use for the new project.
5. In the NewSilverlight Application dialog box, select OK to accept the default name and options and to create the project.