Hi, at first I could not compile a web based solution using the solution
task. After much pain I got it to work with the <solution>  + <webmap>
task but I had to manually remove an entry from the .csproj. 

I'm not sure how this works or how it was created but the .csproj file
added the following line inside de .csproj 

<File RelPath="WebForm1.aspx.resx" DependentUpon="WebForm1.aspx.cs"
BuildAction="EmbeddedResource"/>

This was under the <Files> <Include>. Only after I removed all the
"EmbeddedResource" entries (there where others) could Nant build the
solution.

Is there a fix for this?



-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to