How To : Adding a Project to a Solution

Page Status: Beta
Jump to: navigation, search

Back to Concepts and HOW TOs

Contents

[edit] DEPRECATED

2008.4 release

 

 

[edit] Description

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

[edit] Prerequisites

Introduction to Bungee Builder
Understanding Solutions and Projects
Creating a Solution

[edit] Procedures

[edit] Adding a Project to an Existing Solution

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.

    Note If you select more than one type of project, you add each project type in the order given. At the end of the steps for adding each project, instead of Done, the button says Next. Clicking Next takes you to the next project type you selected. When you have reach the final step for the last project type you selected, the button you click says Done.

    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 Done.
  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). If you select Empty, an empty AppProject is added. If you select Main Class, when you click Done (below), your AppProject is added together with a Main class and run functions, as well as a MainPage.
    3. If you want to create a non-GUI application (a process that only uses the main class's run function),  select No GUI (Process only).
    4. Click Done.
  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 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 is imported when your project 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 Done.
  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 Done.
  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.
  9. If you selected SQL Project:, follow the steps in Connecting to an SQL Database.

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

[edit] Deleting a Project from a Solution

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 marked for deletion. 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] UnDeleting a Project

To undelete a project that was accidentally marked for deletion:

  1. Create a new project
  2. Copy & Paste all members of the marked project into the new project
  3. Check in the new project

[edit] Error Handling

 

[edit] Examples

See the Hello Bungee Connect Tutorial.

[edit] Next Steps

Adding a Class to a Project

[edit] Tags

    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.