I have a build script that uses regular expressions to manipulate files
and it generates a lot of warnings and non-fatal error messages.
For example, see this code:
If this code fails, I want to echo to the console, but I don't want to
get a non-fatal error or a warning about it.
How
Tolga,
You do not have to change the directory of the build file.
Either you set the basedir attribute on the resources element to "Test", or
you remove the prefix.
Gert
--
From: "Tolga Onbay" <[EMAIL PROTECTED]>
Sent: Tuesday, July 08, 2008 4:41
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 build file. Than it worked.
In project, i added dynamicprefix and prefix parameters to the resource tag.
Now it
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 me your assembly.
Gert
--
From: "Tolga Onbay" <[EMAIL PROTECTED]>
Sent: Tuesday, July 08, 2008 3:
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