Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

two projects in a solution

Status
Not open for further replies.

Proqrammer

Programmer
Sep 17, 2006
64
Hi there,

I have two projects in my solution they both contain many forms and classes, how can I access members of a project from another project?

Thanks

 
set a reference to the other project and then just use the name of the project. and the rest.

Christiaan Baes
Belgium

"My old site" - Me
 
Will others be able to add my project as a reference to their solutions and use it too?

 
yes

but I would not recomend they do it at the same time unless you use source control.

Christiaan Baes
Belgium

"My old site" - Me
 

It is better to compile the project you want to be referenced as a *.DLL. This way you and your team can reference that project without the fear to change source code.

Whenever you change some code in that project you will have to rebuild the project and redistribute it to your team.

 
My project is a windows application, it has forms and stuff can I really compile it into dll? how?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top