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 > |