From: tahan t. <tah...@gm...> - 2008-04-24 10:02:02
|
hi every one, i'm new bie in using vb.net with firebird server. so than, i have tried already with firebird ado.net 1.7 but still not work to make a connection i use firebird 2.1 server (not embedded), 1.1 net vb. net 2003 windows xp home please help me, or please show me an archieve mail for my problem thank you in advance tahan tobing |
From: Eduardo C. <edu...@gm...> - 2011-04-05 06:52:59
|
Spanish: Hola! Estoy intentando configurar VS2008 y VS2010 para trabajar con Firebird y siguiendo todos los pasos y al añadir una conexion con servidor me salta el siguiente error : * No se puede cargar el archivo o ensamblado 'file:///C:\Archivos de programa\Microsoft Visual Studio 10.0\Common7\IDE\FirebirdSql.VisualStudio.DataTools.dll' ni una de sus dependencias. Se esperaba que el modulo tuviera un manifiesto de ensamblado. * Probe instalando el Firebird Client 2.1 y ese error, con el NETPROVIDER 2.6 el mismo error. Las dos lineas agregadas en el machine.config son estas: <section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <add name="FirebirdClient Data Provider" invariant=" FirebirdSql.Data.FirebirdClient"description=".Net Framework Data Provider for Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" /> He copiado *FirebirdSql.VisualStudio.DataTools.dll y FirebirdSql.VisualStudio.DataToolsUI.dll *en la misma ruta y sigue sin funcionar. Confio en que esto se pueda solucionar. Muchas gracias por adelantado. Eduardo Cimas. ------------------------------ English: Hi! Im trying to configure VS2008 and VS2010 to work with Firebird following all the steps and when I try to add a new connection I have this error: *No se puede cargar el archivo o ensamblado 'file:///C:\Archivos de programa\Microsoft Visual Studio 10.0\Common7\IDE\FirebirdSql.VisualStudio.DataTools.dll' ni una de sus dependencias. Se esperaba que el modulo tuviera un manifiesto de ensamblado. * I tryed installing Firebird Client 2.1 and the error continues, with NETPROVIDER 2.6 and the error continues. The two lines I have added in machine.config are there: <section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <add name="FirebirdClient Data Provider" invariant=" FirebirdSql.Data.FirebirdClient"description=".Net Framework Data Provider for Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" /> I have copied *FirebirdSql.VisualStudio.DataTools.dll and FirebirdSql.VisualStudio.DataToolsUI.dll *in the same path and the error continues. I hope it can be soluted. Thank you very much for all you can do. Eduardo Cimas. ------------------------------ PD: Im spanish / Soy español. |
From: Gerdus v. Z. <ger...@gm...> - 2011-04-05 07:20:00
|
Have you installed FirebirdClient into the GAC: gacutil /i FirebirdSql.Data.FirebirdClient.dll and edited the reg files before merging with the path to the DataTools dll files? eg: "CodeBase"="C:\\src\\external-dependencies\\FirebirdDDEXProvider\\FirebirdSql.VisualStudio.DataTools.dll" 2011/4/5 Eduardo Cimas <edu...@gm...>: > Spanish: > > Hola! > > Estoy intentando configurar VS2008 y VS2010 para trabajar con Firebird y > siguiendo todos los pasos y al añadir una conexion con servidor me salta el > siguiente error : > > No se puede cargar el archivo o ensamblado 'file:///C:\Archivos de > programa\Microsoft Visual Studio > 10.0\Common7\IDE\FirebirdSql.VisualStudio.DataTools.dll' ni una de sus > dependencias. Se esperaba que el modulo tuviera un manifiesto de ensamblado. > > Probe instalando el Firebird Client 2.1 y ese error, con el NETPROVIDER 2.6 > el mismo error. Las dos lineas agregadas en el machine.config son estas: > > <section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, > System.Data, Version=2.0.0.0, Culture=neutral, > PublicKeyToken=b77a5c561934e089" /> > > <add name="FirebirdClient Data > Provider" invariant="FirebirdSql.Data.FirebirdClient"description=".Net > Framework Data Provider for > Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, > FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, > PublicKeyToken=3750abcc3150b00c" /> > > He copiado FirebirdSql.VisualStudio.DataTools.dll y > FirebirdSql.VisualStudio.DataToolsUI.dll en la misma ruta y sigue sin > funcionar. > > Confio en que esto se pueda solucionar. Muchas gracias por adelantado. > > Eduardo Cimas. > > ________________________________ > > English: > > Hi! > > Im trying to configure VS2008 and VS2010 to work with Firebird following all > the steps and when I try to add a new connection I have this error: > > No se puede cargar el archivo o ensamblado 'file:///C:\Archivos de > programa\Microsoft Visual Studio > 10.0\Common7\IDE\FirebirdSql.VisualStudio.DataTools.dll' ni una de sus > dependencias. Se esperaba que el modulo tuviera un manifiesto de ensamblado. > > I tryed installing Firebird Client 2.1 and the error continues, with > NETPROVIDER 2.6 and the error continues. The two lines I have added in > machine.config are there: > > <section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, > System.Data, Version=2.0.0.0, Culture=neutral, > PublicKeyToken=b77a5c561934e089" /> > > <add name="FirebirdClient Data > Provider" invariant="FirebirdSql.Data.FirebirdClient"description=".Net > Framework Data Provider for > Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, > FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, > PublicKeyToken=3750abcc3150b00c" /> > > I have copied FirebirdSql.VisualStudio.DataTools.dll and > FirebirdSql.VisualStudio.DataToolsUI.dll in the same path and the error > continues. > > I hope it can be soluted. Thank you very much for all you can do. > > Eduardo Cimas. > > ________________________________ > > PD: Im spanish / Soy español. > > ------------------------------------------------------------------------------ > Xperia(TM) PLAY > It's a major breakthrough. An authentic gaming > smartphone on the nation's most reliable network. > And it wants your games. > http://p.sf.net/sfu/verizon-sfdev > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > -- Gerdus van Zyl http://about.me/gerdus |
From: Eduardo C. <edu...@gm...> - 2011-04-05 07:53:52
|
Yep, i have installed FirebirdSql.Data.FirebirdClient.dll with GAC and edited the path in the reg file and it didnt repair the error. Im hopeless, i dont know where is the problem, i followed all the steps in the internet forums. PD: sorry for my bad english =( Ty for the fast anwser. 2011/4/5 Gerdus van Zyl <ger...@gm...> > Have you installed FirebirdClient into the GAC: > gacutil /i FirebirdSql.Data.FirebirdClient.dll > > and edited the reg files before merging with the path to the DataTools > dll files? > eg: > > "CodeBase"="C:\\src\\external-dependencies\\FirebirdDDEXProvider\\FirebirdSql.VisualStudio.DataTools.dll" > > 2011/4/5 Eduardo Cimas <edu...@gm...>: > > Spanish: > > > > Hola! > > > > Estoy intentando configurar VS2008 y VS2010 para trabajar con Firebird y > > siguiendo todos los pasos y al añadir una conexion con servidor me salta > el > > siguiente error : > > > > No se puede cargar el archivo o ensamblado 'file:///C:\Archivos de > > programa\Microsoft Visual Studio > > 10.0\Common7\IDE\FirebirdSql.VisualStudio.DataTools.dll' ni una de sus > > dependencias. Se esperaba que el modulo tuviera un manifiesto de > ensamblado. > > > > Probe instalando el Firebird Client 2.1 y ese error, con el NETPROVIDER > 2.6 > > el mismo error. Las dos lineas agregadas en el machine.config son estas: > > > > > <section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, > > System.Data, Version=2.0.0.0, Culture=neutral, > > PublicKeyToken=b77a5c561934e089" /> > > > > <add name="FirebirdClient Data > > Provider" invariant="FirebirdSql.Data.FirebirdClient"description=".Net > > Framework Data Provider for > > Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, > > FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, > > PublicKeyToken=3750abcc3150b00c" /> > > > > He copiado FirebirdSql.VisualStudio.DataTools.dll y > > FirebirdSql.VisualStudio.DataToolsUI.dll en la misma ruta y sigue sin > > funcionar. > > > > Confio en que esto se pueda solucionar. Muchas gracias por adelantado. > > > > Eduardo Cimas. > > > > ________________________________ > > > > English: > > > > Hi! > > > > Im trying to configure VS2008 and VS2010 to work with Firebird following > all > > the steps and when I try to add a new connection I have this error: > > > > No se puede cargar el archivo o ensamblado 'file:///C:\Archivos de > > programa\Microsoft Visual Studio > > 10.0\Common7\IDE\FirebirdSql.VisualStudio.DataTools.dll' ni una de sus > > dependencias. Se esperaba que el modulo tuviera un manifiesto de > ensamblado. > > > > I tryed installing Firebird Client 2.1 and the error continues, with > > NETPROVIDER 2.6 and the error continues. The two lines I have added in > > machine.config are there: > > > > > <section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, > > System.Data, Version=2.0.0.0, Culture=neutral, > > PublicKeyToken=b77a5c561934e089" /> > > > > <add name="FirebirdClient Data > > Provider" invariant="FirebirdSql.Data.FirebirdClient"description=".Net > > Framework Data Provider for > > Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, > > FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, > > PublicKeyToken=3750abcc3150b00c" /> > > > > I have copied FirebirdSql.VisualStudio.DataTools.dll and > > FirebirdSql.VisualStudio.DataToolsUI.dll in the same path and the error > > continues. > > > > I hope it can be soluted. Thank you very much for all you can do. > > > > Eduardo Cimas. > > > > ________________________________ > > > > PD: Im spanish / Soy español. > > > > > ------------------------------------------------------------------------------ > > Xperia(TM) PLAY > > It's a major breakthrough. An authentic gaming > > smartphone on the nation's most reliable network. > > And it wants your games. > > http://p.sf.net/sfu/verizon-sfdev > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > > -- > Gerdus van Zyl > http://about.me/gerdus > > > ------------------------------------------------------------------------------ > Xperia(TM) PLAY > It's a major breakthrough. An authentic gaming > smartphone on the nation's most reliable network. > And it wants your games. > http://p.sf.net/sfu/verizon-sfdev > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Jiri C. <di...@ci...> - 2008-04-24 11:50:18
|
http://www.firebirdsql.org/index.php?op=devel&sub=netprovider&id=examples -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: <tah...@gm...> - 2008-04-24 17:00:35
|
hi Jiri, i'dont get it about your answer{What version of FirebirdClient you're using?} i have only know that {i use firebird 2.1 server (not embedded), 1.1 net vb. net 2003 windows xp home} tahan ================================= > hi Jiri, > i've already tried with connectiong pooling from the example > but there is a messages: > "Offset and length were out of bounds for the array or count is greater > than the number of elements from index to the end of the source > collection" What version of FirebirdClient you're using? -- Jiri {x2} Cincura (CTO x2develop.com) |
From: Jiri C. <di...@ci...> - 2008-04-24 17:59:52
|
On 4/24/08, tah...@gm... <tah...@gm...> wrote: > hi Jiri, > i'dont get it about your answer{What version of FirebirdClient you're > using?} > i have only know that > {i use firebird 2.1 server (not embedded), > 1.1 net > vb. net 2003 > windows xp home} > tahan Download latest 1.7 version and test it, which is for .NET 1.1. But this version is no longer under active development. Is there any reason to use .NET 1.1? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: <tah...@gm...> - 2008-04-24 15:37:58
|
hi Jiri, i've already tried with connectiong pooling from the example but there is a messages: "Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection" tahan "Jiri Cincura"" <di...@ci...> wrote in message http://www.firebirdsql.org/index.php?op=devel&sub=netprovider&id=examples > > -- > Jiri {x2} Cincura (CTO x2develop.com) |
From: Jiri C. <di...@ci...> - 2008-04-24 15:51:57
|
On 4/24/08, tah...@gm... <tah...@gm...> wrote: > hi Jiri, > i've already tried with connectiong pooling from the example > but there is a messages: > "Offset and length were out of bounds for the array or count is greater > than the number of elements from index to the end of the source collection" What version of FirebirdClient you're using? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |