I am having the same problem as Howard Cheng, with the same error message.

I wasn't subscribed at the time, but here's the message in the web archive:

http://sourceforge.net/mailarchive/forum.php?thread_id=7200268&forum_id=9544

There was no trouble until I moved the solution into a different root directory, from c:\VB.NET Apps\ into c:\Projects

The relevant part of my build file looks like this:

  <target name="build" depends="get">
    <solution configuration="debug" solutionfile="BuildTemp\SDSOrder2.sln">
      <webmap>
        <map  url="http://localhost/WebApp/WebApp.vbproj";
              path="c:\Projects\SDSOrder2\WebApp\WebApp.vbproj"
        />
      </webmap>
    </solution>
  </target>

Above, you can see that I have changed to the 'Projects' root directory. I have tried using a relative path ("WebApp\WebApp.vbproj") but this seems to make no difference - I get the same error message.

Thanks,
Rik

--
This message has been scanned for viruses and potentially harmful content..



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to