Hi Eugene,
 
You should get more information on the cause of the error in the next nightly build.
 
Let me know if that helped you troubleshoot the issue.
 
Gert


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eugene Ventimiglia
Sent: donderdag 12 mei 2005 18:19
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] Referenced Assembly ... could not be loaded

I'm getting a strange error while building my solution:
 
<solution solutionfile="${slndir}\${slnfile}" configuration="${config}" verbose="${verbose}"
   outputdir="${outdir}">
   <webmap>
    <map url=""http://localhost/html_77/html.csproj">http://localhost/html_77/html.csproj" path="${slndir}\html\html.csproj" />
   </webmap>
   <assemblyfolders>
    <include name="${outdir}"/>
   </assemblyfolders>
  </solution>
 
Produces the error:
 [solution] Referenced assembly "C:\temp\nant\source\MusiKube\obj\Release\MusiKube.dll" could not be loaded:
 
even though the dll is in the location mentioned, and in the output dir.
 
The solution is retrieved from VSS first if that makes a difference.
 
Thanks in advance
--e

 

Reply via email to