Eric, When we encountered a similar problem it usually boiled down to one of two things:
1) A referenced project was the one that actually needed the project in question. 2) The reference path was incorrect (typically a typo). The easiest way I have found to determine which is the case is to find out what that project is. (A simple search should be able to tell you). Once you know that, check and see if that project is among the referenced projects for whichever assembly fails to build. If it isn't then you are looking at option 1. If it is, then check your paths again. Hope this helps, Regards, Richard -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer Sent: Thursday, January 27, 2005 11:54 To: Nant Users Subject: [Nant-users] Project References I have been having trouble trying to get Project References to work with the Solution Task. I'm running version "NAnt 0.85 (Build 0.85.1732.0; net-1.0.win32; nightly; 9/28/2004". We just changed all of our references to Project vs. DLL references. The projects build via VS.Net (with a master solution), but won't with NAnt (Solution Task pointing to all of the projects). The following error is given: Project with GUID '{3ACFB63F-F1C7-46B2-A17E-5B4D76840D7D}' must be included for the build to work. Any help would be greatly appreciated (i.e. How to trouble shoot this issue especially)! Thanks, Eric ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Nant-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
