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
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