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
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.
Hi John,
Can you send me a repro for this ?
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of John Cole
> Sent: vrijdag 5 november 2004 19:43
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] resource file problem...
>
>
I'm trying to create a xslt file to convert a SharpDevelop prjx file into a
NAnt build file. I've got everything working so far, except the form icon
is not being found in the resource file with the exe generated by NAnt. The
exe works fine if compiled by #D.
I'm attaching my HelloWorld test wit