....does not work if an item has a special char in it's path.
In our case we just blew on a ressource named "topic-pinned&locked.gif".
The entry in the csproj looked like this:
<File
RelPath = "Resources\topic-pinned&locked.gif"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Resources\topic-pinned&locked_notread.gif"
BuildAction = "EmbeddedResource"
/>
And this is the nant error:
Error loading project 'C:\Work\PowerNodes\PowerNodes\01.1\Solutions\PowerNodes\P
owerNodes.Msg\PowerNodes.Msg.csproj'.
An error occurred while parsing EntityName. Line 334, position 55.
Total time: 5 seconds.
Note that this IS an issue with the project file, but VS.NET has no issue with this.
Thomas