Hi Carlos,

This is what I have in my machine.config regarding Firebird:
<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=2.0.0.0, Culture=neutral, 
PublicKeyToken=3750abcc3150b00c" />
    </DbProviderFactories>
  </system.data>

Would it be because of the VS 2005 SDK installation? I do not have the 
SDK installed.

Regards,

Luis Madaleno


Carlos Guzmán Álvarez wrote:
> Hello:
>   
>> 1) Is there any control like SqlDataSource, that allows me to connect to 
>> FB .NET provider in the designer?
>>     
> SqlDataSource should work with Firebird.
>   
>> 2) I installed FirebirdDDEXProvider.reg but it didn’t work and now in 
>> VS2005 Data Connections I can´t add a new one. When I click Add 
>> Connection I get this error message: “An unexpected error occurred in 
>> the .NET Framework Data Provider for Firebird. Please contact … “. Do I 
>> have to copy any files? I did these changes to the .reg file:
>>     
> Hod do you have modified the machine.config file ??
>   
>> 3) Is there any docs available for version 2?
>>     
> No. v1.7 docs + .NET Framework 2.0 docs should be fine.
>
>
>   


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to