Hello,

I am using nant-0.8.3-rc1. When I used NANT to compile a project with multiple 
language support, everything seemed fine. But when I try to run the application, I got 
the follow error message:

Unhandled Exception: System.Resources.MissingManifestResourceException: Could not find 
any resources appropriate for the specified culture (or the neutral culture) in the 
given assembly.  Make sure "WRC.Schedule.UI.WinForms.Wolverine.resources" was 
correctly embedded or linked into assembly "WinForms".


So I compared the resoucre file of the WinForms.dlls generated by Visual Studio and 
Nant respectively. I did find some difference:

Resource file generated by VS only lists the neutrual culture resource file (with 
correct Name Space),  e.g.
.mresource public WRC.Schedule.UI.WinForms.Wolverine.resources
{
}

Resource file generated by NANT lists all the resource files without name space. e.g.
.mresource public Wolverine.resources
{
}
.mresource public 'Wolverine.zh-CHS.resources'
{
}

I wonder if there is any way I can make NANT add the name space before the resource 
file name?

Please give me some suggestion. Thanks in advance!

Yi


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to