|
From: Angel I. <ang...@gm...> - 2007-06-15 11:08:14
|
Hi to all members of the list. Is my first message in this list. Im trying to install Firebird DEX Provider in Visual Studio. First, sorry about my poor english... I have Visual Studio Professional Edition 2005 (in spanish). I have installed Microsoft Visual Studio 2005 SDK February. >From the services explorer in Visual Studio, i click on Add connection and everything ok. Then i try to install the DEX Firebird Provider. I Install First the FirebirdClient-2.1.0-RC1.exe in C:\Archivos de programa\FirebirdClient Then i Install FirebirdDEXProvider-2.0.2.exe in the same dir. Lets go to combine the .reg file. I edit the FirebirdDDEXProvider32.reg file... I replace (twice) %Path% with c:\\Archivos de programa\\FirebirdClient which contains the installation of Ado client and DEX provider. I combine the file with the registry... Then i go to modify the machine.config file... in the c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\ directory edit the machine.config file... I go to the DEX directory and execute "gacutil.exe /l FirebirdSql.Data.FirebirdClient" there is the result Microsoft (R) .NET Global Assembly Cache Utility. Version 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. The Global Assembly Cache contains the following assemblies: FirebirdSql.Data.FirebirdClient, Version=3D2.1.0.0, Culture=3Dneutral, PublicKeyToken=3D3750abcc3150b00c, processorArchitecture=3DMSIL Number of items =3D 1 then i add this line to the machine.config file <section name=3D"FirebirdSql.Data.FirebirdClient" type=3D"System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=3D2.0.1.0, Culture=3Dneutral, PublicKeyToken=3D3750abcc3150b00c" /> in the <configuration> <configSections> section Then i add this line <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.1.0.0, Culture=3Dneutral, PublicKeyToken=3D3750abcc3150b00c" /> In the <system.data> <DbProviderFactories> section... Then i run visual studio... --------------------------- Microsoft Visual Studio --------------------------- Error inesperado en .NET Framework Data Provider for Firebird. P=F3ngase en contacto con el proveedor para resolver este problema. --------------------------- Aceptar --------------------------- Unspected Error in .net framewrk data provider for Firebird. Please put in contact with the provider to solve this problem I dont know what to do... please if could someone help me i would be very gracefull.... Thanks. |