Hi John, Try removing the <resources> prefix attribute in the build file as follows:
<resources prefix="" dynamicprefix="true"> <include name=".\HelloWorld.MainForm.resources"> </include> </resources> If you specify a prefix in, say "Foo", your resource will be embedded in your exe with a name of "Foo.HelloWorld.MainForm.resources" which the MainForm cannot find since it is looking for "HelloWorld.MainForm.resources". A useful utility to look at resource information is Lutz Roeder's Reflector http://www.aisto.com/roeder/dotnet/ Rgds, Matt. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users