Intersoft ClientUI Documentation
Walkthrough: Create New Intersoft ClientUI Application Template

This walkthrough shows how to create empty ClientUI Application project using Intersoft ClientUI Application project template.

Prerequisites

You need the following components to complete this walkthrough:

Intersoft ClientUI Application Project

A Silverlight application project is created by using the Intersoft ClientUI Application project template. Use the following steps to create a new empty Intersoft ClientUI Application project.

To create an Intersoft 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# or the Visual Basic node and select Intersoft Solutions.
  4. In the list of templates, select Intersoft ClientUI 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.
  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.

Silverlight Application Project Files

A Silverlight application project contains the following configuration, assembly references, and code files:


Silverlight 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