Jump to content

multi project solutions question

- - - - -

  • Please log in to reply
2 replies to this topic

#1
jbnonn

jbnonn

    Newbie

  • Members
  • PipPip
  • 15 posts
How to combine multiable projects in one solution. Any help regarding this would be nice, or a link to a good resource on how to do this. The solution will contain 10 or so projects once finished.

#2
sam_coder

sam_coder

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 372 posts
right click the solution, and then click Create New Project in the context menu

you will have to establish references between the projects to use functionality between them

for example

Solution
Project A
Project B

in order to use Project B functionality from Project A, you must add a reference to Project B from Project A

You cannot create circular references, ie, reference A from B, and B from A

#3
jbnonn

jbnonn

    Newbie

  • Members
  • PipPip
  • 15 posts
OK, thanks I did that.
I finally found something, on how to add a process. Thanks




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users