[Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete description

2006-02-18 Thread Jiri Cincura
Hi, I've still the problem to use FB Provider in VS 2005 (not Express). So my steps: 1. downloaded & installed VsSDKOctober2005.exe (88 788 736 bytes) - it's Visual Studio SDK (I'm 99% sure ;)) - no warnings 2. added files to GAC (verified via the GUI interface), there's in GAC: - Firebird

RE: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete description

2006-02-18 Thread Paul Mercea
I have same error to. I have downloaded VS SDK February kitt, and same error, plus errors on opening Tools->Chose Toolbox items window: Microsoft.VisualStudio.Application.Blueprints.dll Microsoft.VisualStudio.Application.Contract.dll Microsoft.VisualStudio.Application.InteropAdapter.dll System.Addi

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete description

2006-02-18 Thread Jiri Cincura
Paul Mercea wrote: I have same error to. Umm, FB provider seems to be not so well debugged. :\ -- Jiri Cincura http://www.cincura.net/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Do

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-18 Thread Carlos Guzmán Álvarez
Hello: >4. replaced %Path% in .reg file into 'C:\Program Files\FirebirdClient' > - using Find&Replace And the paths got well merged into the registry ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain --- This SF.net email is sponsore

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in

2006-02-18 Thread Carlos Guzmán Álvarez
Hello: Umm, FB provider seems to be not so well debugged. :\ It maybe not, the only thing i can tell are that the steps explained in the ReadmeDDEX.txt ( and explained in the list several times ) are what i have done to install the provider and the DDEX provider in VisualStudio 2005 SDK, an

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in

2006-02-18 Thread Scott Price
The first thing that comes to mind with this is version. Those experiencing problems, what version of VS.NET are you using? Not just 2003/2005, but is it more the likes of: Express Edition, Standard Edition, Professional Edition, Team System It might help to identify if there is a common

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-18 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: Hello: >4. replaced %Path% in .reg file into 'C:\Program Files\FirebirdClient' > - using Find&Replace And the paths got well merged into the registry ?? Oh Carlos. You'll not trust me. I'm so dumb dumb dumb man. I've totally forgot double backslash the path.

[Firebird-net-provider] Wrong handling of Guid-Types

2006-02-18 Thread Alexander Gräf
Hello Mailinglist, I was trying to use Nhibernate together with Firebird. I tried to use Guids for PK values, but had problems. I debugged a little bit, and found this code to be incorrect: FbParameter.cs, Line 340 TypeCode code = Type.GetTypeCode(value.GetType()); Despite the fact that a Gui