On Fri, Sep 12, 2008 at 6:36 PM, marius popa <[EMAIL PROTECTED]> wrote:

>
>
> On Fri, Sep 12, 2008 at 6:14 PM, Jiri Cincura <[EMAIL PROTECTED]> wrote:
>
>> What debug symbols you've defined? There shouldn't be NET_35 and
>> ENTITY_FRAMEWORK.
>
>
> Ok i deleted debug and entity framework from the solution build options
>
> now i only got one more left
>
> [Task:File=/home/mariuz/work/mono/NETProvider/source/FirebirdSql/Data/FirebirdClient/FbConnection.cs,
> Line=297, Column=46, Type=Error, Priority=Normal,
> Description=`FirebirdSql.Data.FirebirdClient.FbConnection.DbProviderFactory'
> is marked as an override but no suitable property found to override(CS0115)]
>
>
>>
>>
Ok in the code is here

#if (NET_35)

        protected override DbProviderFactory DbProviderFactory
        {
            get { return FirebirdClientFactory.Instance; }
        }

#endif

I  can delete it  and indeed solution for FirebirdClient 2.5 it builds ok
now

the only problem the code still gives errors even with the new solution


Unhandled Exception: System.TypeInitializationException: An exception was
thrown by the type initializer for FirebirdSql.Data.Common.Charset --->
System.ArgumentException: Encoding name 'ks_c_5601-1987' not supported
Parameter name: name
  at System.Text.Encoding.GetEncoding (System.String name) [0x00000]
  at FirebirdSql.Data.Common.Charset.GetEncoding () [0x00000]
  at FirebirdSql.Data.Common.Charset..ctor (Int32 id, System.String name,
Int32 bytesPerCharacter, System.String systemName) [0x00000]
  at FirebirdSql.Data.Common.Charset.Add (System.Collections.Generic.List`1
charsets, Int32 id, System.String charset, Int32 bytesPerCharacter,
System.String systemName) [0x00000]
  at FirebirdSql.Data.Common.Charset.InitializeSupportedCharsets ()
[0x00000]
  at FirebirdSql.Data.Common.Charset..cctor () [0x00000] --- End of inner
exception stack trace ---

  at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect ()
[0x00000]
  at (wrapper remoting-invoke-with-check)
FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()
  at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000]
  at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000]
  at (wrapper remoting-invoke-with-check)
FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()
  at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000]

>
>>
>> --
>> Jiri {x2} Cincura (CTO x2develop.com)
>> http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Firebird-net-provider mailing list
>> Firebird-net-provider@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>>
>
>
>
> --
> developer flamerobin.org
>



-- 
developer flamerobin.org
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to