Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-04-22 Thread Jiri Cincura
On Thu, Apr 22, 2010 at 10:00, Christian Kessing (VOKS GmbH) wrote: > Are you interested in the debug output? Yes. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com -- __

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-04-22 Thread Christian Kessing (VOKS GmbH)
On 06.03.2010 15:06, Jiri Cincura wrote: > On Sat, Feb 20, 2010 at 17:36, Radwan Khershif wrote: >> The debug version seems to be a very good options. >> Bear in mind that embedded Firebird works fine. >> >> Thanks a lot. > > Hi, > > sorry for a long time to response. At > http://netp

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-03-06 Thread Jiri Cincura
On Sat, Feb 20, 2010 at 17:36, Radwan Khershif wrote: > The debug version seems to be a very good options. > Bear in mind that embedded Firebird works fine. > > Thanks a lot. Hi, sorry for a long time to response. At http://netprovider.cincura.net/DEBUG/ you'll find specially modified version of

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-20 Thread Radwan Khershif
-provider] Connection error using Virtual PC Windows XP Mode On Wed, Feb 17, 2010 at 23:32, khershif wrote: > To reproduce the issue I am having: > Using Windows 7 Ultimate, > - Install Windows Virtual PC 2007 XP Mode. > For the XP VM > - Install .NET framework 3.5 SP1 and its upda

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-20 Thread Jiri Cincura
On Wed, Feb 17, 2010 at 23:32, khershif wrote: > To reproduce the issue I am having: > Using Windows 7 Ultimate, > - Install Windows Virtual PC 2007 XP Mode. > For the XP VM > - Install .NET framework 3.5 SP1 and its update. > - Install Firebird 2.5 RC. > - I tried first by just copying FB client

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-20 Thread Jiri Cincura
On Tue, Feb 16, 2010 at 21:43, Radwan Khershif wrote: > at FirebirdSql.Data.Common.IscHelper.VaxInteger(Byte[] buffer, Int32 index, > Int32 length) >    at FirebirdSql.Data.Common.IscHelper.ParseDatabaseInfo(Byte[] buffer) >    at > FirebirdSql.Data.Client.Managed.Version10.GdsDatabase.GetDatabase

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-18 Thread khershif
-net-provider] Connection error using Virtual PC Windows XP Mode I am using the connection builder as follows: FbConnectionStringBuilder csb = new FbConnectionStringBuilder(); csb.Charset = "UTF8"; csb.DataSource = "localhost"; csb.Database = &qu

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-18 Thread khershif
Thanks for the suggestion. The thing is, I able to access the same db from FlameRobin and another Delphi app with not problems. Regards. From: "André Knappstein, Controlling [via Firebird]" To: khershif Sent: Thu, 18 February, 2010 10:19:33 Subject: Re:

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-18 Thread Michael Möhle
@lists.sourceforge.net Betreff: Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode I am using the connection builder as follows: FbConnectionStringBuilder csb = new FbConnectionStringBuilder(); csb.Charset = "UTF8"; csb.DataSource =

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-18 Thread André Knappstein , Controlling
MS has put a nasty Easter-Egg into XP/SP3 installations of the latest generation. If - during installation of XP-VM - you chose to have the firewall turned off, the GUI displays the firewall indeed as being off, but that is _not_ the case. Turn it on, reboot, turn it off again, and see if you can

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-18 Thread khershif
I am using the connection builder as follows: FbConnectionStringBuilder csb = new FbConnectionStringBuilder(); csb.Charset = "UTF8"; csb.DataSource = "localhost"; csb.Database = "myTestDb";//Defined in aliases.conf csb.UserID = "x"; csb.Password = "x";

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-17 Thread khershif
The problem disappears if I use Embedded server instead of stand-alone FB. To reproduce the issue I am having: Using Windows 7 Ultimate, - Install Windows Virtual PC 2007 XP Mode. For the XP VM - Install .NET framework 3.5 SP1 and its update. - Install Firebird 2.5 RC. - I tried first by just copy

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-16 Thread Jiri Cincura
On Tue, Feb 16, 2010 at 21:43, Radwan Khershif wrote: > It happens once I call the open method of the FbConnection. > Here is the test code "stripped of try catch": Are you able to reproduce it consistently? Can you provide a test case? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincu

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-16 Thread Radwan Khershif
Cincura To: For users and developers of the Firebird .NET providers Sent: Tue, 16 February, 2010 18:44:31 Subject: Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode On Tue, Feb 16, 2010 at 17:03, Radwan Khershif wrote: > When testing a project using Virtual PC W

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-16 Thread Mercea Paul
On 2010.02.16 6:03 PM, Radwan Khershif wrote: I am using VS 2008 pro, Windows 7, .NET 3.5 SP1 and FbClient 2.5.1 to develop Windows Forms apps. When testing a project using Virtual PC Windows XP mode I get the exception "Array Index was out of bounds" each time I try to connect to the server

Re: [Firebird-net-provider] Connection error using Virtual PC Windows XP Mode

2010-02-16 Thread Jiri Cincura
On Tue, Feb 16, 2010 at 17:03, Radwan Khershif wrote: > When testing a project using Virtual PC Windows XP mode I get the exception > "Array Index was out of bounds" each time I try to connect to the server (FB > 2.5 RC2). Where? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/