Projects and solutions
-
I want to create one primary solution that uses multiple projects like 1 application and some class libraries, now when i tried to add the projects into the solution they all load up but i can use the namespaces between the projects, why is that?:confused: Note that i can easily use the *.dll files by refference but i want to use it all through code... by the way, i have set all of the projects' Root Namespace setting to the same name space. please help here, thanx Fade (Amit BS)
-
I want to create one primary solution that uses multiple projects like 1 application and some class libraries, now when i tried to add the projects into the solution they all load up but i can use the namespaces between the projects, why is that?:confused: Note that i can easily use the *.dll files by refference but i want to use it all through code... by the way, i have set all of the projects' Root Namespace setting to the same name space. please help here, thanx Fade (Amit BS)
I got this solved, for anyone who wounders this is the deal: you add the projects to the solution (right-click the solution and then 'add'->'Existing Project' then you have to create a refference. what i didn't notice before that in the 'Add Reference' dialog there is a 'Projects' Tab, you add a refference to the project from there, and the IDE will automatically create a dependancy. Another thing to notice, click on the project reference item, and in the properties window there is a 'Copy Local' property, i think that it's best to set this proerty to 'False'. That worked for me just great, namespace work and everything. Hope this will help someone :) Fade (Amit BS)