Results 1 to 4 of 4

Thread: launching another project that's part of the solution

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    launching another project that's part of the solution

    How do you reference and manipulate other forms that are part of a second project that's part of the solution you're working on?

    The forms aren't showing up in intellisense even after I added the project.

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    make a references to your second project

    go to add references, and add project output (that is if your othe project is a class dll and is able to reference it properly)

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    aha! I missed that in my brain-storming lol I resorted to taking the (only) form and putting it into the main project.

    Would it be more managable to keep seperate projects? The second project is actually a stand-alone app that I'm integrating into project one.

  4. #4
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    if they are 2 seperate standalone apps then i would keep them seperately, however if you use the same forms, methods and so on in both projects, i would create a DLL project and put all the stuff in the dll project and reference the dll.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width