I think I know the problem.

.NET solution file record their references a pathnames RELATIVE to the solution file.  
I think your <solution> task is using a the project's base directory, so the recorded 
relative pathnames no longer lead to anywhere useful.

Try using

     <assemblyfolders>
          <include name="directory" />
     </assemblyfolders>

in the <solution> task to specify the directory where to find your referenced 
assemblies.

Merrill



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to