Intersoft ClientUI Documentation
Walkthrough: Create New Intersoft ClientUI Basic Navigation Application Template

Silverlight project files are text files that you can create and edit using different tools. For example, you can use Visual Studio 2010 and also Expression Blend to create Silverlight projects or modify existing projects.

This topic describes how to use Visual Studio 2010 to create and build a new Intersoft ClientUI Basic Navigation Application project.

Prerequisites

You need the following components to complete this walkthrough:

Intersoft ClientUI Basic Navigation Application Project

To create basic navigation application, we are using Intersoft ClientUI Basic Navigation Application project template. Use the following steps to create a new Intersoft ClientUI Basic Navigation Application project.

  1. Start Visual Studio 2010.
  2. On the File menu, click New and then Project.
    The New Project dialog box appears.
  3. In the Installed Templates pane, expand the Visual C# node and select Silverlight.
  4. In the list of templates, select Intersoft ClientUI Basic Navigation Application. The following illustration shows an example of the Silverlight project templates.
  5. Specify a name and a location for the application and then click OK.
    The New Silverlight Application dialog box appears as shown in the following illustration.
  6. Select a method for hosting your Silverlight application.
    • Uncheck the Host the Silverlight application in a new Web site check box if you do not want to use a Web site to host your Silverlight application. Instead, an HTML test page will be generated to host your application.
    • Check the Host the Silverlight application in a new Web site check box if you want to add a separate ASP.NET Web site or ASP.NET Web Application Project to your solution to host the Silverlight application. If you select this option, you must also specify the New Web project name and New Web Project Type.
  7. From the Silverlight Version drop-down list, select the version of Silverlight that you want to target. In this walkthrough we are using Silverlight 4.
  8. Click the OK button.
  9. To build the Silverlight application project, in the Build menu, click Build Solution.
  10. To debug the Silverlight application project, in the Debug menu, click Start Debugging.
  11. To run the Silverlight application project, in the Debug menu, click Start Without Debugging.

Intersoft ClientUI Basic Navigation Application Project Files

Intersoft ClientUI Basic Navigation Application project contains the following configuration, assembly references, and code files:

Intersoft ClientUI Basic Navigation Application Project Web Site Files

If you check the Host the Silverlight application in a new Web site check box in the New Silverlight Application dialog box, an ASP.NET Web site is created and added to the Silverlight solution. The Web site contains the following files:

See Also

Concepts

Other Resources