Thanks
I´ve make all steps but not wok. I´ve VS 2010 Thanks again De: Rick [mailto:rick__...@hotmail.com] Enviado el: sábado, 13 de agosto de 2011 0:23 Para: For users and developers of the Firebird .NET providers Asunto: Re: [Firebird-net-provider] How to install DDEX?? Here is an old note I created awhile back what I did to install the DDEX provider; I haven’t ran through it lately so I hope this still works. This was geared toward the embedded version. Anyway here it is: Firebird Data Access Designer DDEX installation Prerequisites 1. Make sure that you have Visual Studio .NET 2005 Standard or higher edition. 2. Express editions are not supported. Install the Firebird Client to the GAC 1. Install the FirebirdSql.Data.FirebirdClient.dll into the GAC (although - I have successfully ran with it outside of the GAC by referencing it inside of my project and including it locally - for general purposes - I would install it to the GAC). Registry update 1. Install the .reg file into the registry for your system. 2. Open Regedit or another registry tool and update the path in FirebirdDDEXProviderPackageLess32.reg or FirebirdDDEXProviderPackageLess64.reg registry entry. 3. The Win7 64bit registry file should be in: HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\9.0\DataProviders 4. You can do a search for "FirebirdSql.VisualStudio.DataTools" in HKEY_LOCAL_MACHINE\Software\ to speed up the process. 5. The places where to update it is marked %Path%. This should be in "CodeBase". 6. Put in the full path to the FirebirdSql.VisualStudio.DataTools.dll that you have saved to a folder for this purpose. Machine.config update Add the following two sections to machine.config (located usually at C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config and C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\CONFIG\machine.config on 64-bit system). To do this you have to run the editing application (whether it is notepad or Visual Studio) as an administrator (Properties on the short cut for the application - advanced tab - enable the option to 'run as administrator') <configuration> ... <configSections> ... <section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> ... </configSections> ... <system.data> <DbProviderFactories> ... <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=%Version%, Culture=%Culture%, PublicKeyToken=%PublicKeyToken%" /> ... </DbProviderFactories> </system.data> ... </configuration> And substitute: %Version% With the version of the provider assembly that you have in the GAC. %Culture% With the culture of the provider assembly that you have in the GAC. %PublicKeyToken% With the PublicKeyToken of the provider assembly that you have in the GAC. VS2008 - needed support files to be added - Embedded version Add the following files to the Program Files Folder for VS2008 which is located at: C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7 for 64bit systems. fbembed.dll, ib_util.dll, icudt30.dll, icuin30.dll, icuuc30.dll, msvcp80.dll, msvcr80.dll -------------------------------------------------------------------------------------------------------- I haven't explored -exactly- what was needed, I just included all of the above in that folder (Program Files Folder for VS2008) and the VS GUI worked as expected. It may be possible to eliminate some of those with further testing. Also I changed the first mod in the Machine.config to match the second modification even thought it didn't call for it. I don't know what difference that would/will make. Hope this helps someone else who is trying to install the DDEX provider... From: Félix Gónzalez <mailto:fe...@inasasl.es> Sent: Friday, August 12, 2011 2:30 AM To: firebird-net-provider@lists.sourceforge.net Subject: [Firebird-net-provider] How to install DDEX?? I´m trying to install DDEX but I don’t know what I doing wrong. I´ve installed firebirdsql.data.firebirdcliente on gac (PublicKeyToken=3750abcc3150b00c) I´ve changed machine.config for 32 bits <section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=4.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.6.5.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" /> I´ve changed FirebirdDDEXProvider64.reg "CodeBase"="C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\FirebirdSql.VisualStudio.DataTools.dll" thanks Inasapeque Félix González Dpto. Desarrollo ******************** ADVERTENCIA LEGAL ******************** En cumplimiento de lo dispuesto en la Ley Orgánica 15/1999 de Protección de Datos de Carácter Personal (LOPD), le informamos que sus datos forman o formarán parte de un fichero, cuyo responsable es Inasa Software S.L.N.E Serán utilizados con la finalidad de informarle, mantener una relación comercial y administrativa entre otras. Podrá ejercitar sus derechos de acceso, rectificación, cancelación y oposición dirigiéndonos una solicitud con copia de su DNI a Inasa Software S.L.N.E, Avda. Segovia nº 10, Entreplanta F. 47013 de Valladolid, o vía mail a s...@inasasl.es. Este mensaje y cualquier fichero anexo, se dirige exclusivamente a sus destinatarios y pueden contener información de carácter confidencial. La utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. Cualquier opinión que contenga este mensaje, es exclusiva de su autor y no representa necesariamente la opinión de esta organización. Si ha recibido este mensaje por error, le rogamos nos lo comunique al e-mail del remitente y proceda a su destrucción. Muchas gracias por su colaboración. ****************** MENSAJE MEDIOAMBIENTAL ***************** P Antes de imprimir este mensaje, por favor, compruebe que es necesario. Una tonelada de papel implica la tala de 15 árboles y el consumo de 250.000 litros de agua. El Medio Ambiente es cuestión de TODOS.. _____ ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-dev2dev _____ _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
<<image001.jpg>>
------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider