Data for Silverlight
Creating a New Silverlight Project

The following topic details how to create a new Silverlight project in Microsoft Visual Studio 2008 and in Microsoft Expression Blend 3.

In Visual Studio 2008

Complete the following steps to create a new Silverlight project in Microsoft Visual Studio 2008:

  1. Select File | New | Project to open the New Project dialog box in Visual Studio 2008.
  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.    
  5. Next, Visual Studio will prompt you for the type of hosting you want to use for the new project.
  6. In the NewSilverlight Application dialog box, select OK to accept the default name and options and to create the project.

In Expression Blend 4

Complete the following steps to create a new Silverlight project in Microsoft Expression Blend 4:

  1. Select File | New Project to open the New Project dialog box in Blend 4.
  2. In the Project types pane, click the Silverlight node.
  3. In the right pane, choose Silverlight Application + Website in the Templates pane to create a project with an associated Web site.
  4. Name the project, specify a location for the project, choose a language (Visual C# or Visual Basic), and click OK.

Your new project is created.

The Project

The solution you contains two projects, YourProject and YourProject.Web:

See Also