Robert Jordan wrote: > Hi, > > enzo wrote: >> sometimes hang when is tring to do Open(), other times it report the >> following errors >> >> [EMAIL PROTECTED] gtk1]$ mono test1-mysql.exe >> Main start >> Main dbcon.Open() >> >> Unhandled Exception: >> System.Resources.MissingManifestResourceException: Could not find any >> resource appropiate for the specified culture or its parents. Make >> sure "MySql.Data.MySqlClient.Source.Resources.resources" was >> correctly embedded or linked into assembly "MySql.Data". > > I forgot to link the resources. Updated script attached. > > Robert >
I recompiled using the new script but I still get tha same problem, the program report errors when it try to open the db connection. [EMAIL PROTECTED] gtk1]$ mono test1-mysql.exe Main start Main dbcon.Open() Unhandled Exception: System.Resources.MissingManifestResourceException: Could not find any resource appropiate for the specified culture or its parents. Make sure "MySql.Data.MySqlClient.Source.Resources.resources" was correctly embedded or linked into assembly "MySql.Data". at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, Boolean Createifnotexists, Boolean tryParents) [0x00000] at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, Boolean Createifnotexists, Boolean tryParents) [0x00000] at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, Boolean Createifnotexists, Boolean tryParents) [0x00000] at System.Resources.ResourceManager.GetString (System.String name, System.Globalization.CultureInfo culture) [0x00000] at MySql.Data.MySqlClient.Resources.get_PerfMonCategoryName () [0x00000] at MySql.Data.MySqlClient.PerformanceMonitor..ctor (MySql.Data.MySqlClient.MySqlConnection connection) [0x00000] at MySql.Data.MySqlClient.MySqlConnection.Open () [0x00000] at Test.Main (System.String[] args) [0x00000] Regards, Enzo ============================================================================ REPLY TO: perl -e 'print qq^VVCWCQJUVD00YQVWKVBPG^^qq^3898m08970Yp584299l93^ ' VOIP SKYPE:earlati - VOIP SIP: sip:[EMAIL PROTECTED] AIM:earlati - ICQ:321489699 - MSN:[EMAIL PROTECTED] http: http://earlati.freehostia.com ============================================================================ trusted computing, who is it ? --> http://www.p2pforum.it/counter/click.php?id=21 ============================================================================ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
