[nant-dev] Problem with embeded resources

2002-07-18 Thread Browning, Don
Title: Problem with embeded resources Currently, my build script works fine, it runs start to finish compiling my app (1 exe, 18 dll's), but once I run the main executable, the get the following error: An unhandled exception of type 'System.Resources.MissingManifestResourceException'

Re: [nant-dev] Problem with embeded resources

2002-07-18 Thread Ian MacLean
Don, What does your vbc task look like ? Are you adding the resources properly using the arg element ? - see below an example of how to do this. You can examine what resources have been added to an assembly using ildsam - open the double-click on the MANIFEST node. 1) resgen the resx file

RE: [nant-dev] Problem with embeded resources

2002-07-18 Thread Browning, Don
Title: RE: [nant-dev] Problem with embeded resources Wow, That's my problem, I didn't realize you couldn't embed the resx files, but I see that they are only a design time thing and they must be compiled down themselves. Now my only other question is this: I can't seem to find a resgen task

RE: [nant-dev] Problem with embeded resources

2002-07-18 Thread Kevin Miller
to the resgen.exe? Thanks, Don -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 4:00 PM To: Browning, Don Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] Problem with embeded resources Don, What does your vbc task look like ? Are you

Re: [nant-dev] Problem with embeded resources

2002-07-18 Thread Ian MacLean
Kevin Miller wrote: Word is there will be a release soon with a nice installer for both NAnt and NAntContrib. Kevin Miller - you can get the current version of the installer at http://www26.brinkster.com/ianm74/ it's from cvs as of last week. It has a working NAntContrib dll with