Hi
all,
I am having a
problem with the following scenario:
I have one class
library with a resource file contained in it: translations.en-us.resx. When I
compile it (using vs.net)
I get 2 dll
files:
-
Translations.dll
-
en-US/Translations.resources.dll (notice that this dll is in a
subfolder)
I also have a web
project, which has a file reference to Translations.dll. When I compile the
web project (using vs.net again)
I get in my bin
folder both the Translations.dll and
en-US/Translations.resources.dll.
However, when I
compile the webproject with nant (using the solution task) I do not get
"en-US/Translations.resources.dll" in my bin folder. I do not get any warnings or
errors from the compiler either.
Could someone please
shed some light on this?
Best
regards,
-Jo
ps: I am
using the nightly build from 2004/03/17.