Bugs item #923144, was opened at 2004-03-25 15:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=923144&group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Nicklas Norling (exinor)
Assigned to: Nobody/Anonymous (nobody)
Summary: Strange resource related error message

Initial Comment:
Hi.

I get the following runtime error running an assembly
compiledwith Nant nigthly 20040320:

Ifs.Fnd.FndSystemException: Explorer: An Unhandled Exception has occured ---> 
System.ArgumentException: ResourceManager base name should not end in .resources. It 
should be similar to MyResources, which the ResourceManager can convert into 
MyResources.<culture>.resources; for example, MyResources.en-US.resources.
   at System.Resources.ResourceManager.CommonSatelliteAssemblyInit()
   at System.Resources.ResourceManager..ctor(String baseName, Assembly assembly)
   at 
Ifs.Fnd.MessagingServerClientPlugin.SubscriptionHub.IndicateConnection(IFndExplorer 
explorer, Boolean connected)

This error does not appear if the code is compiled in VS.NET 2003 or with Nant 0.84 
release.

The project that makes up this assembly has a resource file with an icon in it added 
to it even though it has no GUI component.
The resource file has been created using the .NET SDK sample code reseditor that can 
be found at:
{VS.NET_ROOT}\SDK\v1.1\Samples\Tutorials\resourcesandlocalization\reseditor

According to our ace coder this resource is added correctly and no errors during 
runtime should occur with NAnt.

/Nicke

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=923144&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to