Matt,
That seemed to be the problem, thanks!
John
-Original Message-
From: Matt Ward [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 09, 2004 8:42 AM
To: John Cole; [EMAIL PROTECTED]
Subject: Re: FW: [Nant-users] resource file problem...
Hi John,
Try removing the prefix attribute
Hi John,
Try removing the prefix attribute in the build file as follows:
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
"H