How To : Adding a Project to a Solution

Back to Concepts and HOW TOs

Contents

[edit] Description

This document describes how to add a project to an existing solution.

[edit] Prerequisites

Understanding Solutions and Projects
Introduction to Bungee Builder

[edit] Procedure

To add a project to an existing solution:

  1. In the Solution Explorer, right-click on the solution (top level of the tree). Alternatively, with the solution selected in the Solution Explorer, you can click the Add Project icon in the Solution Toolbar.
  2. Select Add Project. The Add Projects Wizard is displayed.
  3. Select one or more types of projects to be added to your solution. By default, Typelib Project and App Project are selected.
    1. Click Next.
  4. If you selected Typelib Project:
    1. The next page lets you change the name for the Typelib project (the default name is MyTypeLib).
    2. Click Next.
  5. If you selected App Project:
    1. The next page lets you change the name for the AppProject (the default name is MyAppProject).
    2. Assign a template (either Empty or Main Class).
    3. Select between Anonymous Application and Require Authentication (the default is Anonymous Application).
    4. Click Next.
  6. If you selected WSDL Project:
    1. The next page lets you change the name for the WSDL project (the default name is MyWSDL).
    2. Type the name of the WSDL URL to be used. After typing the URL you can click Import Now to immediately import the WSDL (or you can wait and the WSDL will be imported when your solution is created).
    3. If you're uploading a WSDL from a local file, select Upload WSDL From Disk to display the Upload button. Click Upload. Browse to and select your local WSDL file. Click Done.
    4. Click Next.
  7. If you selected Style Project:
    1. The next page lets you change the name for the Style project (the default name is MyStyleProject).
    2. Click Next.
  8. If you selected Resource Project:
    1. The next page lets you change the name for the Resource project (the default name is MyResourceProject).
    2. Click Done.

The selected projects are created and shown in the Solution Explorer.

To delete a project from an existing solution:

  1. In the Solution Explorer, right-click on the project and select Delete Project. If the solution is not checked in, a confirmation dialog box is displayed. When you click OK, the project is deleted. If the Solution is checked in, a confirmation dialog box is displayed that informs you that the solution will be checked out and the project marked for deletion. When you check the solution back in, the project is deleted.

[edit] Error Handling

 

[edit] Examples

See the Hello Bungee Connect Tutorial.

[edit] Next Steps

Adding a Class to a Project

[edit] Tags


Log in if you would like to rate this page.
    Copyright © 2005 - 2007 Bungee Labs. All rights reserved.