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" path="${slndir}\html\html.csproj" />
</webmap>
<assemblyfolders>
<include name="${outdir}"/>
</assemblyfolders>
</solution>
outputdir="${outdir}">
<webmap>
<map url="" 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
