1. are you adding a referce to the other project's assembly itself? Try changing to reference the "Project" instead (add reference, choose the projects tab, etc...)
2. what about creating some sort of util project/class for both other projects to create and use? or what about inheriting from some common class which contains this code you wish to make available in both projects. At 02:38 PM 07/03/2002 -0400, you wrote: >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. Robert Chartier Author and Developer 604-975-5590 [EMAIL PROTECTED] http://www.aspalliance.com/nothingmn/ You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
