[Firebird-net-provider] Re: MultiModule Assembly for embedded Firebird

2005-12-04 Thread Oleg Deribas
Carlos Guzmán Álvarez wrote: And it was interesting for me that: "The core sqlite3 codebase and the ADO.NET wrapper are combined into one multi-module assembly." Is it possible with embedded Firebird to create such multi-module assembly? Any clue about where to find docs about that multi-mo

Re: [Firebird-net-provider] Also problems with beta 1 with VS 2005

2005-12-04 Thread Carlos Guzmán Álvarez
Hello: Same here. ;-( Unfortunately i can't do nothing here :( 1. Install the VS 2005 SDK 2. Review that the ado.net provider is installed in the gac 3. Review that the provider configuration is correct in tyour machine.config file 4. Make sure all the entries of the .reg file are correctly

Re: [Firebird-net-provider] Also problems with beta 1 with VS 2005

2005-12-04 Thread Brent Rowland
Same here. ;-(On 12/3/05, Martin Schmid <[EMAIL PROTECTED]> wrote: I installed SDK again - no different - :-(""Martin Schmid"" <[EMAIL PROTECTED]> schrieb im Newsbeitragnews:[EMAIL PROTECTED] > On my installation the SDK 2.0 is installed!>> <[EMAIL PROTECTED]> schrieb im Newsbeitrag> news:[EMAIL PR

Re: [Firebird-net-provider] MultiModule Assembly for embedded Firebird

2005-12-04 Thread Carlos Guzmán Álvarez
Hello: Today I've exprerimented with SqLite .NET provider: http://sourceforge.net/projects/sqlite-dotnet2/ And it was interesting for me that: "The core sqlite3 codebase and the ADO.NET wrapper are combined into one multi-module assembly." Is it possible with embedded Firebird to create suc

Re: [Firebird-net-provider] Exception when using embedded Firebird on Windows (.NET) with Pooling=false

2005-12-04 Thread Carlos Guzmán Álvarez
Hello: Carlos, do you need us to write a .NET application that exhibits this behavior and is small enough to distribute in some way? Yes. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponso

Re: [Firebird-net-provider] Suggestion: Object cannot be cast from DBNull to other types

2005-12-04 Thread Carlos Guzmán Álvarez
Hello: Bug report,I fix it with embeded version. provider couldn't Access the database where it have a long "chinese path",I spent for half hours to fix it: search for [(short)database.Length] and replace it with: (short)((System.Text.Encoding.GetEncoding("GB18030").GetBytes(database)).Length)

Re: [Firebird-net-provider] for 2.0 beta1, new ddex provider

2005-12-04 Thread Carlos Guzmán Álvarez
Hello: I've installed new ddex provider of beta1 in vs2005 rtm,when I add a connection with an embeded databases,It looks work fine. but when I Double-click Table of the new connection,It display the message: "object reference not set to an instance of an object" It looks as working for me u

Re: [Firebird-net-provider] Also problems with beta 1 with VS 2005

2005-12-04 Thread Martin Schmid
Package Load Failure Package 'Firebird Data Package' has failed to load properly ( GUID = {8D9358BA-CCC9-4169-9FD6-A52B8AEE2D50} ). Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this

[Firebird-net-provider] for 2.0 beta1, new ddex provider

2005-12-04 Thread byx45 (sent by Nabble.com)
I've installed new ddex provider of beta1 in vs2005 rtm,when I add a connection with an embeded databases,It looks work fine. but when I Double-click Table of the new connection,It display the message: "object reference not set to an instance of an object" I've flowed the readmeddex.txt and : 1.i