Hi,
I have a project containing localized resources (StringTable.fr.resx along
with StringTable.resx).
From what I can see, the Solution task try to compile the localized resource
with the main assembly. As a consequence, it fails (because StringTable.fr.resx
and StringTable.resx are both added to
I have encountered the same problem and solved it by copying the
nunit.framework.dll
Assembly from the nant directory to the directory where my assembly
containing the
test cases resides.
Here are extracts from my build file: