Bugs item #1365721, was opened at 2005-11-24 19:34
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=1365721&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Kaimar (kaimars)
Assigned to: Nobody/Anonymous (nobody)
Summary: solution task / resource generation / non-ASCII problems

Initial Comment:
Solution contains Forms which names (also file names)
contain national characters such as ä,ö,ü etc.
Everything compiles without errors but runtime error
appears (see below). 
There are no problems with forms containing only
english characters. All forms which contain national
characters produce similar error.
Using Visual Studio compiler (2003) everything works fine.

ERROR:
Could not find any resources appropriate for the
specified culture (or the neutral culture) in the given
assembly.  Make sure "PõhjadeHaldurForm.resources" was
correctly embedded or linked into assembly "MyProject.UI".

baseName: PõhjadeHaldurForm  locationInfo:
MyProject.PõhjadeHaldurForm  resource file name:
PõhjadeHaldurForm.resources  assembly: MyProject.UI,
Version=0.2.699.0, Culture=neutral, PublicKeyToken=null

Stack Trace:
   at
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)

   at
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)

   at
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)

   at System.Resources.ResourceManager.GetObject(String
name, CultureInfo culture)

   at System.Resources.ResourceManager.GetObject(String
name)

   at MyProject.PõhjadeHaldurForm.InitializeComponent()

   at MyProject.PõhjadeHaldurForm..ctor()
etc etc...




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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to