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

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

Prerequisites

You need the following components to complete this walkthrough:

Intersoft Advanced Navigation Application Project

A advanced navigation application project is created by using the Intersoft ClientUI Advanced Navigation Application project template. Use the following steps to create a new advanced navigation application project. The steps below are based on Visual C# project, similar steps is expected in using Visual Basic.

To create an Intersoft ClientUI advanced navigation application project

  1. Start Visual Studio 2010.
  2. On the File menu, click New and then Project.
  3. The New Project dialog box appears.
  4. In the Installed Templates pane, expand the Visual C# node and select Silverlight.
  5. In the list of templates, select Intersoft ClientUI Advanced Navigation Application. The following illustration shows an example of the Silverlight project templates.
  6. 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.
  7. Select a method for hosting your Silverlight application.
    1. 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.
    2. 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.
  8. From the Silverlight Version drop-down list, select the version of Silverlight that you want to target.
  9. Select the Enable WCF RIA Services check box if you want to create a RIA Services link between the client project and the server project.
  10. Click the OK button.
  11. To build the Silverlight application project, in the Build menu, click Build Solution.
  12. To debug the Silverlight application project, in the Debug menu, click Start Debugging.
  13. To run the Silverlight application project, in the Debug menu, click Start Without Debugging.

Intersoft ClientUI Advanced Navigation Application Project Files

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

Intersoft ClientUI Advanced Navigation Application Project Web Site Files

The Web site contains the following files:

See Also

Concepts

Other Resources