I can build a winexe using Nant without problems. If I add a
Resources.resx file with images in it and reference those image on a
form, I can't build correctly. The build success but the program
always crashes with an error similar to:
Could not find any resources appropriate for the specified culture or
the neutral culture. Make sure "Test.Properties.Resources.resources"
was correctly embedded or linked into assembly "TestWinForm" at compile
time, or that all the satellite assemblies required are loadable and
fully signed.
I'm using resgen in the Nant script and it outputs *.resource files.
However, I think a step is missing in that those files now need to be
embedded into the EXE. How is that done?
Thanks,
Brett