Hi All,

I was wondering if anyone would have an answer to certain strange issues
with c# projects.

One instance is when trying to reference an assembly that you build within
another project within the same solution.  In order to rebuild the
referenced assembly, it must be removed from the project that is referencing
it.  Copy Local true does not seem to work for a project that is within the
same solution as the referenced assembly project.  Is there any way to get
rid of this problem?

In addition,  Within 2 c# projects that you would like to share some source
code, there does not seem to be a way of referencing the files from the
other project directory structure without having them copy to your project
directory.  And since you can not use the directory structure from the
project you want the file from, you cannot create the directory structure
under the newer project and have it just point to the directory you want.
The directory structures are made realtive to the position of the project.
We would like to have one directory structure so that we can emulate the
namespace within the directory structure and have one root place where all
the source is.  If you know of a workaround with this issue that would be
great.

Thanks for your  time,

Paul Beaulieu

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to