Re: [NAnt-users] MissingManifestResourceException

2008-07-08 Thread Gert Driesen
: Tuesday, July 08, 2008 4:41 PM To: Subject: Re: [NAnt-users] MissingManifestResourceException > Thanks, it really helped me. I checked the assembly with ildasm and the > Resource is included with wrong name. > Test.Test.Properties.Resources.resources. I change the directory of the &

Re: [NAnt-users] MissingManifestResourceException

2008-07-08 Thread Tolga Onbay
rceforge.net Sent: Tuesday, July 8, 2008 4:46:50 PM Subject: Re: [NAnt-users] MissingManifestResourceException Tolga, Try using ildasm to check what the manifest resource names were actually generated. If you're not familiar with ildasm, then you always email m

Re: [NAnt-users] MissingManifestResourceException

2008-07-08 Thread Gert Driesen
sday, July 08, 2008 3:20 PM To: Subject: [NAnt-users] MissingManifestResourceException > Hi, > > I'm getting the MissingManifestResourceException with the software i'm > developing. I googled the exception and look for a solution but can't find > any. Also tried

[NAnt-users] MissingManifestResourceException

2008-07-08 Thread Tolga Onbay
Hi, I'm getting the MissingManifestResourceException with the software i'm developing. I googled the exception and look for a solution but can't find any. Also tried to search mail list, but the last problem with this exception is in 2004. Exception is thrown when the code wants to access a pro

Re: [Nant-users] MissingManifestResourceException

2003-12-17 Thread Ian MacLean
Carel, You *do* need to use a child element. However if you just add it like: ... nant should take care of the rest for you. There were some issues with resource handling in the last rc so you'll be better off trying a recent nightly build [1]. Which version are you running by th

[Nant-users] MissingManifestResourceException

2003-12-17 Thread Carel . Lotz
Hi I'm currently struggling to get a WinForms app compiled with Nant running. It works fine when compiled with the VS IDE. I get a MissingManifestResourceException when executing the application. Here is the nant scipt: