RE: FW: [Nant-users] resource file problem...

2004-11-09 Thread John Cole
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

Re: FW: [Nant-users] resource file problem...

2004-11-09 Thread Matt Ward
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

FW: [Nant-users] resource file problem...

2004-11-09 Thread John Cole
I think I sent this to only Gert, so I'm reposting it back to the list. John -Original Message- From: John Cole Sent: Monday, November 08, 2004 8:42 AM To: 'Gert Driesen' Subject: RE: [Nant-users] resource file problem... Gert, I had tried to with the original post. Apparently, it was