|
-
Jun 24th, 2009, 12:07 PM
#1
Thread Starter
Member
Call methods from another internal project
I have two projects in one solution called proj1 and proj2.
proj2 is just a backend sort of thing, which is used to handle hidden stuff etc.
proj1 displays it all to the console, takes userinput etc...
now, say in proj1 i need to use one of the methods from proj2, how would i go about doing this?
I've tried creating a new instance (doesn't work...), and adding a service reference (no go...). Project dependencies won't work beacause right now, proj2 relies heavily on variables etc. from proj1.
any help would be appreciated. thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|