I downloaded Firebird 2.5 and read somewhere that it supports Entity Framework. When I add ADO.NET Entity Data Model in my project and try to update database with model, Visual Studio 2010 only displays SQL Server data sources in the list. There is no ODBC or Firebird.NET provider listed.
In that case, how to make Firebird to act as a data source for the Entity Model in my project?
Install Firebird-2.5.0.26074_1_Win32.
Install NETProvider-2.6.0.
And to integrate it in VS2010:
Extract FirebirdDDEXProvider-2.0.5.zip and follow instructions in ReadMe.txt inside.
(the combination of these versions is working – I haven’t tried the newer versions)
Update:
A little more details on how I did some of the steps in ReadMe.txt
In Step-1: Register these 2 files in GAC
In Step-2: Here is the part I added to machine.config
and
Replace “3750abcc3150b00c” in the above with the key from this: