Do you think you could post a sample project with buildfile and source that demonstrates this. Generating correct resource prefixes in the same manner as visual studio is quite tricky and there has been some changes in this area recently. A sample will help us to track down whats goping wrong. Thanks
Ian
Hi dear all.
I've ran into a problem I don't quite understand. I hope someone else knows more then me and can help. Compiling a number of projects I'm getting problems with error messages when the output is being used.
The error is: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "FndCollapsiblePanel.resources" was correctly embedded or linked into assembly "Ifs.Fnd.Windows.Forms.CollapsiblePanel". baseName: FndCollapsiblePanel locationInfo: Ifs.Fnd.Windows.Forms.CollapsiblePanel.FndCollapsiblePanel resource file name: FndCollapsiblePanel.resources assembly: Ifs.Fnd.Windows.Forms.CollapsiblePanel, Version=1.0.0.0, Culture=neutral.......
I've spent a day searching all over for some answer, workaround or something to help but have found nothing, only similar stuff.
Checking everything I can possibly think of, such as culture being set to neutral and all kinds of stuff I've found nothing abnormal. Looks like it should work.
Compiling the same solution file with VS .NET 2003 gives me other binaries. They vary within a few kb in size. And for this particular dll there is a difference in the embedded resource in the compiled-in Manifest. ILDASM shows the following:
NAnt Manifest, resource part: .... .mresource public FndCollapsiblePanel.resources { } .mresource public Ifs.Fnd.Windows.Forms.CollapsiblePanel.FndCollapsiblePanelBar.resources { } ....
VS .NET 2003 compiled dll, same manifest part: .... .mresource public Ifs.Fnd.Windows.Forms.CollapsiblePanel.FndCollapsiblePanel.resources { } .mresource public Ifs.Fnd.Windows.Forms.CollapsiblePanel.FndCollapsiblePanelBar.resources { } ....
Is this difference the problem? Is it a result of a bug in NAnt or did I do something wrong somewhere? I ran NAnt nightly build 20031125 in this case. /Nicke
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers
--
Ian MacLean, Developer, ActiveState, a division of Sophos
http://www.ActiveState.com
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
