[Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete
description
From: Jiri C. <di...@ci...> - 2006-02-18 11:11:40
Attachments:
FirebirdDDEXProvider.ger
|
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: - FirebirdSql.Data.Firebird (1.7.0.1, fa843d180294369d) - FirebirdSql.Data.FirebirdClient (2.0.0.0, 3750abcc3150b00c) - FirebirdSql.Web.Providers (2.0.0.0, 3d06a02581b682f8) 3. created entries in machine.config according to ReadmeDDEX.TXT - changed public key token to current - exactly machine.config in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\ - I have also v2.0.50215, but there's no machine.config, of course :) 4. replaced %Path% in .reg file into 'C:\Program Files\FirebirdClient' - using Find&Replace 5. started VS > Database Explorer > oops, classic warning with package loading failure (and classic event in EventLog) Well. 6. - checked HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\, and there IS '8.0Exp' (and it seems to be there the same entries for DataProvider like in '8.0', is it right?) - checked more than once machine.config and registry What can I do? PS: If I remove registry entries, the warning is gone. So I think there's problem with registry entries (but I don't have any idea). The *.reg file is attached for checking (rename to *.reg). Thanks all! -- Jiri Cincura http://www.cincura.net/ |
From: Paul M. <pau...@al...> - 2006-02-18 13:01:05
|
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.Addin.Contract.dll STADTEProvider.Interop.dll Microsoft.VSSDV2.UnitTestLibrary.dll Keep in touch, Paul -----Original Message----- From: fir...@li... [mailto:fir...@li...] On Behalf Of Jiri Cincura Sent: Saturday, February 18, 2006 1:11 PM To: fir...@li... Subject: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete description 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: - FirebirdSql.Data.Firebird (1.7.0.1, fa843d180294369d) - FirebirdSql.Data.FirebirdClient (2.0.0.0, 3750abcc3150b00c) - FirebirdSql.Web.Providers (2.0.0.0, 3d06a02581b682f8) 3. created entries in machine.config according to ReadmeDDEX.TXT - changed public key token to current - exactly machine.config in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\ - I have also v2.0.50215, but there's no machine.config, of course :) 4. replaced %Path% in .reg file into 'C:\Program Files\FirebirdClient' - using Find&Replace 5. started VS > Database Explorer > oops, classic warning with package loading failure (and classic event in EventLog) Well. 6. - checked HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\, and there IS '8.0Exp' (and it seems to be there the same entries for DataProvider like in '8.0', is it right?) - checked more than once machine.config and registry What can I do? PS: If I remove registry entries, the warning is gone. So I think there's problem with registry entries (but I don't have any idea). The *.reg file is attached for checking (rename to *.reg). Thanks all! -- Jiri Cincura http://www.cincura.net/ |
From: Jiri C. <di...@ci...> - 2006-02-18 13:14:45
|
Paul Mercea wrote: > I have same error to. Umm, FB provider seems to be not so well debugged. :\ -- Jiri Cincura http://www.cincura.net/ |
From: <car...@te...> - 2006-02-18 16:34:37
|
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, and, there are other people that has got it installed properly as well following that steps, so they should be correct. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Scott P. <sco...@vi...> - 2006-02-18 19:05:06
|
The first thing that comes to mind with this is version. Those experiencing problems, what version of VS.NET are you using? Not=20 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 issue here between=20 differing versions of the IDE being used. Regards, Scott :) Carlos Guzm=E1n =C1lvarez wrote: > It maybe not, the only thing i can tell are that the steps explained=20 > in the ReadmeDDEX.txt ( and explained in the list several times ) are=20 > what i have done to install the provider and the DDEX provider in=20 > VisualStudio 2005 SDK, and, there are other people that has got it=20 > installed properly as well following that steps, so they should be=20 > correct. |
From: <car...@te...> - 2006-02-18 16:29:41
|
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 |
From: Jiri C. <di...@ci...> - 2006-02-18 20:06:22
|
Carlos Guzm=E1n =C1lvarez wrote: > Hello: >=20 > >4. replaced %Path% in .reg file into 'C:\Program Files\FirebirdClient= ' > > - using Find&Replace >=20 > 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=20 forgot double backslash the path. So: C:\\Program Files\\FirebirdClient is good. I'm dumb dumb so dumb. Sorry, sorry, sorry Carlos. If you can, you can=20 laught me in my face. --=20 Jiri Cincura http://www.cincura.net/ |
From:
<car...@te...> - 2006-02-19 13:23:25
|
Hello: > I'm dumb dumb so dumb. Sorry, sorry, sorry Carlos. If you can, you can=20 > laught me in my face. Absolutely no :) I will be more than happy if you can get it to work :D --=20 Carlos Guzm=E1n =C1lvarez Vigo-Spain http://carlosga.blogspot.com/ |
From: Jiri C. <di...@ci...> - 2006-02-19 21:52:38
|
On 19.2.2006 14:23 Carlos Guzm=E1n =C1lvarez wrote: > Hello: >> I'm dumb dumb so dumb. Sorry, sorry, sorry Carlos. If you can, you can= =20 >> laught me in my face. > Absolutely no :) I will be more than happy if you can get it to work :D >=20 >=20 So, for others I've created easy-to-use step-by-step how-to on=20 http://blog.vyvojar.cz/jirka/archive/2006/02/19/7471.aspx It's little more detailed than in readme with some hints. --=20 Jiri Cincura http://www.cincura.net/ |
From: Jun S. P. <js...@so...> - 2006-02-20 03:27:20
|
Hi Jiri, Does your FirebirdSql.VisualStudio.DataTools.dll ver 1.0.2225.34098? Actually I'am able to drag the FB Tool components to the form, I'm looking for Database Eplorer to show the Firebird database. I spent almost two weeks to figure it out, until now I'm not successfull. I'm glad that it works for you. BTW, my error message: Pakage Load Failure : Package 'Firebird Data Package' has failed to load properly ( GUID = [8D9358BA-CCC9-4169-9FD6- A52B8Aee2D50} ). Please contact package vendro for assistance. ............... Regards. Jun "Jiri Cincura" <di...@ci...> wrote in message news:43F...@ci...... > On 19.2.2006 14:23 Carlos Guzm=E1n =C1lvarez wrote: > > Hello: > >> I'm dumb dumb so dumb. Sorry, sorry, sorry Carlos. If you can, you can= > =20 > >> laught me in my face. > > Absolutely no :) I will be more than happy if you can get it to work :D > >=20 > >=20 > > So, for others I've created easy-to-use step-by-step how-to on=20 > http://blog.vyvojar.cz/jirka/archive/2006/02/19/7471.aspx > > It's little more detailed than in readme with some hints. > > --=20 > Jiri Cincura > http://www.cincura.net/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Jiri C. <di...@ci...> - 2006-02-20 07:56:28
|
On 20.2.2006 4:31 Jun S. Pomer wrote: > Hi Jiri, > > Does your FirebirdSql.VisualStudio.DataTools.dll ver 1.0.2225.34098? My FirebirdSql.VisualStudio.DataTools.dll is 1.0.2197.27011 . > Actually I'am able to drag the FB Tool components to the form, I'm looking > for Database Eplorer to show the Firebird database. I spent almost two weeks > to figure it out, until now I'm not successfull. I'm glad that it works for So try to follow these http://blog.vyvojar.cz/jirka/archive/2006/02/19/7471.aspx steps. After every check, whether is OK - GAC, registry and machine.config (for the right version of .NET FW) -- Jiri Cincura http://www.cincura.net/ |
From: Jun S. P. <js...@so...> - 2006-02-20 09:49:58
|
Hi Jiri, Can you send me your FirebirdSql.VisualStudio.DataTools.dll ver. 1.0.2197.27011? I even try to installed to other PC and follow the instructions. Still the same error. Thanks. Jun "Jiri Cincura" <di...@ci...> wrote in message news:43F...@ci...... > On 20.2.2006 4:31 Jun S. Pomer wrote: > > Hi Jiri, > > > > Does your FirebirdSql.VisualStudio.DataTools.dll ver 1.0.2225.34098? > > My FirebirdSql.VisualStudio.DataTools.dll is 1.0.2197.27011 . > > > Actually I'am able to drag the FB Tool components to the form, I'm looking > > for Database Eplorer to show the Firebird database. I spent almost two weeks > > to figure it out, until now I'm not successfull. I'm glad that it works for > > So try to follow these > http://blog.vyvojar.cz/jirka/archive/2006/02/19/7471.aspx steps. After > every check, whether is OK - GAC, registry and machine.config (for the > right version of .NET FW) > > -- > Jiri Cincura > http://www.cincura.net/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Jiri C. <di...@ci...> - 2006-02-20 10:09:15
|
On 20.2.2006 10:54 Jun S. Pomer wrote: > Hi Jiri, > > Can you send me your FirebirdSql.VisualStudio.DataTools.dll ver. > 1.0.2197.27011? I even try to installed to other PC and follow the > instructions. Still the same error. Done. Sent to private mail. -- Jiri Cincura http://www.cincura.net/ |
From: Jun S. P. <js...@so...> - 2006-02-21 16:09:01
|
Hi Jiri, Sorry for late response. I format my PC and fresh install the software. Now it works, but I used the original dll, when I use the dll you send me, it fires the error. Anyway I glad that now is working. Thanks and More Power! Jun "Jiri Cincura" <di...@ci...> wrote in message news:43F...@ci...... > On 20.2.2006 10:54 Jun S. Pomer wrote: > > Hi Jiri, > > > > Can you send me your FirebirdSql.VisualStudio.DataTools.dll ver. > > 1.0.2197.27011? I even try to installed to other PC and follow the > > instructions. Still the same error. > > Done. Sent to private mail. > > -- > Jiri Cincura > http://www.cincura.net/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Paul M. <pau...@al...> - 2006-02-21 16:57:28
|
Can you create a conection in DB Explorer? -----Original Message----- From: fir...@li... [mailto:fir...@li...] On Behalf Of Jun S. Pomer Sent: Tuesday, February 21, 2006 6:13 PM To: fir...@li... Subject: Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) Hi Jiri, Sorry for late response. I format my PC and fresh install the software. Now it works, but I used the original dll, when I use the dll you send me, it fires the error. Anyway I glad that now is working. Thanks and More Power! Jun "Jiri Cincura" <di...@ci...> wrote in message news:43F...@ci...... > On 20.2.2006 10:54 Jun S. Pomer wrote: > > Hi Jiri, > > > > Can you send me your FirebirdSql.VisualStudio.DataTools.dll ver. > > 1.0.2197.27011? I even try to installed to other PC and follow the > > instructions. Still the same error. > > Done. Sent to private mail. > > -- > Jiri Cincura > http://www.cincura.net/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From: Jun S. P. <js...@so...> - 2006-02-23 00:19:31
|
Hi Paul, Yes, you can create a connection in DB Explorer, you can browse the database, it tables, views, sp. Jun ""Paul Mercea"" <pau...@al...> wrote in message news:000801c63707$d4529b00$0b01a8c0@paul... > Can you create a conection in DB Explorer? > > -----Original Message----- > From: fir...@li... > [mailto:fir...@li...] On Behalf Of Jun > S. Pomer > Sent: Tuesday, February 21, 2006 6:13 PM > To: fir...@li... > Subject: Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) > > Hi Jiri, > > Sorry for late response. I format my PC and fresh install the software. Now > it works, but I used the original dll, when I use the dll you send me, it > fires the error. Anyway I glad that now is working. > > Thanks and More Power! > > Jun > > > > > "Jiri Cincura" <di...@ci...> wrote in message > news:43F...@ci...... > > On 20.2.2006 10:54 Jun S. Pomer wrote: > > > Hi Jiri, > > > > > > Can you send me your FirebirdSql.VisualStudio.DataTools.dll ver. > > > 1.0.2197.27011? I even try to installed to other PC and follow the > > > instructions. Still the same error. > > > > Done. Sent to private mail. > > > > -- > > Jiri Cincura > > http://www.cincura.net/ > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Paul M. <pau...@al...> - 2006-02-23 11:05:52
Attachments:
adding_data.JPG
loading.JPG
|
Hi After unistaling VS an installing again, finally I could add connection in Data explorer (but is not ok reg file I have run an older beta reg file) but only when I have open solution with fbconnection on it. With no solution opened I get the old connection window what generate another error. (loading.jpeg) SO, now in get trough the Add connection windows and I can't load database to explore, I get attached error(adding_data.JPG): (Unable to add data connection. An unexpected error...) I have notice one more thing, I was unable to pass Test connection with other user than SYSDBA...:( . What should I do? TIA Paul |
From:
<car...@te...> - 2006-02-24 18:31:09
|
Hello: > I have notice one more thing, I was unable to pass Test connection with > other user than SYSDBA...:( . Fixed in CVS thanks !!!!!!!!!!!! --=20 Carlos Guzm=E1n =C1lvarez Vigo-Spain http://carlosga.blogspot.com/ |
From: Paul M. <pau...@al...> - 2006-02-20 08:34:46
|
I could not see your blog... "The server at blog.vyvojar.cz is taking too long to respond." sorry -----Original Message----- From: fir...@li... [mailto:fir...@li...] On Behalf Of = Jiri Cincura Sent: Sunday, February 19, 2006 11:52 PM To: fir...@li... Subject: OT: Re: [Firebird-net-provider] Still problem with DDEX (VS = 2005) in FB Data Provider - complete On 19.2.2006 14:23 Carlos Guzm=E1n =C1lvarez wrote: > Hello: >> I'm dumb dumb so dumb. Sorry, sorry, sorry Carlos. If you can, you = can=20 >> laught me in my face. > Absolutely no :) I will be more than happy if you can get it to work = :D >=20 >=20 So, for others I've created easy-to-use step-by-step how-to on=20 http://blog.vyvojar.cz/jirka/archive/2006/02/19/7471.aspx It's little more detailed than in readme with some hints. --=20 Jiri Cincura http://www.cincura.net/ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log = files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd______________________________________= ___ ______ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From: Jiri C. <di...@ci...> - 2006-02-20 08:44:24
|
On 20.2.2006 9:34 Paul Mercea wrote: > I could not see your blog... > "The server at blog.vyvojar.cz is taking too long to respond." Try later. Somebody is probably doing some updates. ;) -- Jiri Cincura http://www.cincura.net/ |
From:
<car...@te...> - 2006-02-20 14:36:48
|
Hello: > I could not see your blog... > "The server at blog.vyvojar.cz is taking too long to respond." Hope there are no problem if i reproduce here the blog content :) : "Well, in this article I'm going do describe step-by-step how-to add=20 Firebird .NET Data Provider into Visual Studio 2005. So I assume, I have=20 downloaded and installed the provider (be sure that's for .NET2). 1. You have to download the VS SDK (*not* the Framework SDK). It's available on MSDN. It's not the standard part of installation. 2. Check whether (installation should add them in) the provider assemblies are in GAC (you can use the gacutil util from provider directory or the Framework GUI). You have to focus to FirebirdSql.Data.FirebirdClient (gacutil.exe /l FirebirdSql.Data.FirebirdClient). 3. Locate your machine.config and add into <configuration> -> <configSections> add <section name=3D"firebirdsql.data.firebirdclient" type=3D"System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=3D2.0.0.0, Culture=3Dneutral, PublicKeyToken=3D{PublicKeyToken of your file}" />. 4. Into <system.data> -> <DbProviderFactories> add <add name=3D"FirebirdClient Data Provider" invariant=3D"FirebirdSql.Data.FirebirdClient" description=3D".Net Framework Data Provider for Firebird" type=3D"FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient, Version=3D2.0.0.0, Culture=3Dneutr= al, PublicKeyToken=3D{PublicKeyToken of your file}" />. 5. Then open the FirebirdDDEXProvider.reg file and replace the %Path% variable with the correct path for your installation, i.e.: C:\Program Files\FirebirdClient , and load it into the registry (also check whether all entries were successfuly added). *But!* If you're adding the path to the reg file you have input C:\\Program Files\\FirebirdClient (backslash the backslashes). Now you can startup the VS and try to add database to Database Explorer=20 toolbox. If you will follow these steps exactly, you have 99,9% chance=20 for success. :)" --=20 Carlos Guzm=E1n =C1lvarez Vigo-Spain http://carlosga.blogspot.com/ |
From: Jiri C. <di...@ci...> - 2006-02-20 21:16:46
|
On 20.2.2006 15:36 Carlos Guzm=E1n =C1lvarez wrote: > Hope there are no problem if i reproduce here the blog content :) : No problem, man. :) --=20 Jiri Cincura http://www.cincura.net/ |
From: Paul M. <pau...@al...> - 2006-02-21 21:55:47
|
For position 3 and 4 are the same PublicKeyToken ???? -----Original Message----- From: fir...@li... [mailto:fir...@li...] On Behalf Of Carlos Guzm=E1n =C1lvarez Sent: Monday, February 20, 2006 4:37 PM To: fir...@li... Subject: Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) = in FB Data Provider - complete Hello: > I could not see your blog... > "The server at blog.vyvojar.cz is taking too long to respond." Hope there are no problem if i reproduce here the blog content :) : "Well, in this article I'm going do describe step-by-step how-to add=20 Firebird .NET Data Provider into Visual Studio 2005. So I assume, I have = downloaded and installed the provider (be sure that's for .NET2). 1. You have to download the VS SDK (*not* the Framework SDK). It's available on MSDN. It's not the standard part of installation. 2. Check whether (installation should add them in) the provider assemblies are in GAC (you can use the gacutil util from provider directory or the Framework GUI). You have to focus to FirebirdSql.Data.FirebirdClient (gacutil.exe /l FirebirdSql.Data.FirebirdClient). 3. Locate your machine.config and add into <configuration> -> <configSections> add <section name=3D"firebirdsql.data.firebirdclient" type=3D"System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=3D2.0.0.0, Culture=3Dneutral, PublicKeyToken=3D{PublicKeyToken of your file}" />. 4. Into <system.data> -> <DbProviderFactories> add <add name=3D"FirebirdClient Data Provider" invariant=3D"FirebirdSql.Data.FirebirdClient" description=3D".Net Framework Data Provider for Firebird" type=3D"FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient, Version=3D2.0.0.0, = Culture=3Dneutral, PublicKeyToken=3D{PublicKeyToken of your file}" />. 5. Then open the FirebirdDDEXProvider.reg file and replace the %Path% variable with the correct path for your installation, i.e.: C:\Program Files\FirebirdClient , and load it into the registry (also check whether all entries were successfuly added). *But!* If you're adding the path to the reg file you have input C:\\Program Files\\FirebirdClient (backslash the backslashes). Now you can startup the VS and try to add database to Database Explorer=20 toolbox. If you will follow these steps exactly, you have 99,9% chance=20 for success. :)" --=20 Carlos Guzm=E1n =C1lvarez Vigo-Spain http://carlosga.blogspot.com/ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log = files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd______________________________________= ___ ______ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From:
<car...@te...> - 2006-02-21 22:09:15
|
Hello: > For position 3 and 4 are the same PublicKeyToken ???? No, for point 3 it should be the PublicKeyToken of the System.Data assemb= ly. For 4 the PublicKeyToken of the FirebirdSql.Data.FirebirdClient assembly. --=20 Carlos Guzm=E1n =C1lvarez Vigo-Spain http://carlosga.blogspot.com/ |
From: Jiri C. <di...@ci...> - 2006-02-21 22:58:08
|
On 21.2.2006 23:09 Carlos Guzm=E1n =C1lvarez wrote: > Hello: >> For position 3 and 4 are the same PublicKeyToken ???? > No, for point 3 it should be the PublicKeyToken of the System.Data=20 > assembly. >=20 > For 4 the PublicKeyToken of the FirebirdSql.Data.FirebirdClient assembl= y. >=20 Really? I have setted for all the PublicKeyToken of the=20 FirebirdSql.Data.FirebirdClient assembly and it's working (seems to be=20 working). I've successfuly created connection in DB Explorer and it's=20 working after double click. :) Why there's must be the PublicKeyToken of the System.Data? --=20 Jiri Cincura http://www.cincura.net/ |