Did you try the following: 1. Setup each subproject to produce output in its own directory. 2. Make sure that all dependencies have Copy Local = true
This had solved my problem. -----Original Message----- From: Dave Adair [mailto:dpadair@;YAHOO.COM] Sent: Wednesday, October 30, 2002 4:50 PM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Tearing my hair out - I am thoroughly disgusted with VS.NET WHEN is Microsoft going to fix the problem with VS.NET where it cannot build the solution because it is locking DLLs that are >64k in size? This has been a problem since day one and I have wasted DAYS of time over the last 12 months battling this. I can't even work on one of the subprojects because everytime I make a change and compile it, it fails because the DLL is locked and I have to exit VS.NET, delete the project's bin and obj folders and reload VS.NET. Another way that the problem manifests itself is that the subproject will build fine but another subproject that references that subproject will not build saying something like it can't find the type of namespace in that project. (YES, all references to the project in question are Project references, not File references - which, according the Microsoft, should make it work fine) Surely a hell of a lot of people out there are running into this problem... or is no one out besides me and a few others foolish enough to try a large- scale .NET project yet? Sorry for the ranting and raving but I have completely lost my patience with this. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. This message is for the named person's use only. It may contain sensitive and private proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. Unless otherwise stated, any pricing information given in this message is indicative only, is subject to change and does not constitute an offer to deal at any price quoted. Any reference to the terms of executed transactions should be treated as preliminary only and subject to our formal written confirmation. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
