Hi,

Enter the correct version in the machine.config file.

version=2.0.1.0 instead of version=2.0.0.0 

This is the correct entry 

  <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.1.0, Culture=neutral,
PublicKeyToken=3750abcc3150b00c" />      
    </DbProviderFactories>
  </system.data>

This fixed this error for me.

Regards

Thomas Melzer

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von
Christian Waldmann
Gesendet: Freitag, 22. September 2006 11:55
An: [email protected]
Betreff: [Firebird-net-provider] DDEX 2.0.1.0 RC1 VS2005 crash

I have switched from DDEX 2.0.0.0 (stable) to DDEX 2.0.1.0 RC1.

In Visual Studio 2005 I can open the dialog for "Add Connection" and I can
choose Firebird Dataprovider. When I enter the first char in an edit box
(e.g. "l" for localhost"), VS2005 is closed.
Had some one the same problem and know the solution? 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's
Techsay panel and you'll get the chance to share your opinions on IT &
business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to