Bug #12978 Fatal Error C# Compilation
Submitted: 4 Sep 2005 19:34 Modified: 3 Oct 2005 22:21
Reporter: [ name withheld ] Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S2 (Serious)
Version:Visual Studio .Net 2003 OS:Windows (Windows XP Pro SP 2)
Assigned to: Reggie Burnett CPU Architecture:Any

[4 Sep 2005 19:34] [ name withheld ]
Description:
Got following error:
A not treated exception of the type 'System.Resources.MissingManifestResourceException' raise in mscorlib.dll.  
Additional information:  For the indicated culture (or the neutral culture) in that assembly could no resources be found.  Guarantee that 'MySql.Data.MySqlClient.MySqlClient.Strings.resources' was embedded correctly into the assembly ' MySql.Data '.  cousin name:  MySql.Data.MySqlClient.MySqlClient.Strings location info.:  < zero > resource file name:  MySql.Data.MySqlClient.MySqlClient.Strings.resources assembly:  MySql.Data, Version=1.0.5.13785, Culture=neutral, PublicKeyToken=c5687fc88969c44d

After Compiling my Programm.

How to repeat:
Try to make a program with C# and the MySql.Data Assembly
[6 Sep 2005 11:35] Tor-Erik Klausen
In my experience the connector works fine as long as no error occurs, but as soon as a exception is raised inside the connector assembly this exception is raised instead. Which makes debugging a real pain in the posterior.
[24 Sep 2005 15:46] [ name withheld ]
Works great now, was my fault got wrong connection string ;)
[3 Oct 2005 22:21] Mike Hillyer
Documented in 1.0.6 changelog:

    
      <listitem>
        <para>
          <literal>nant</literal> build sequence had problems. (Bug
          #12978)
        </para>
      </listitem>