[Nant-users] Re: BUILD FAILED in .csprog with '&' in a WebReferenceUrl

2005-08-27 Thread Nielsen.Allan Rene Dystrup AND
Hi Matt, Yes you're right, it should indeed be & If I correct this in the VS .csproj file, the Nant will load and build the project (and the rest of the solution). I may be able to use this as a patch until MS fixes the VS.NET XML generation; It seems to be localized to WebReferenceUrl definit

[Nant-users] Re: BUILD FAILED in .csprog with '=' in a WebReferenceUrl

2005-08-26 Thread Matthew Mastracci
Actually, it looks like the token that breaks your project is the unquoted ampersand. :) VS.NET has a strange problem where it dumps unquoted ampersands into otherwise valid XML. There isn't an easy fix available, since we can't even load the XML! Nielsen.Allan Rene Dystrup AND wrote: I h