up vote 2 down vote favorite
share [g+] share [fb]

How do I register a Firebird data provider to use it with Entity Framework?

What should I do to make it appear in the Entity Data Model Wizard/Choose Data Source window?

alt text

I expect it to appear in the Data sources: or Data provider: lists.
Is it possible? Or I need to configure this connection another way?

PS: The provider I'm trying to use is the FirebirdClient 2.5

link|improve this question

74% accept rate
feedback

1 Answer

up vote 7 down vote accepted

You have to install DDEX Provider for Visual Studio

http://www.firebirdsql.org/index.php?op=files&id=netprovider

http://web.firebirdsql.org/firebirdtutorial/firebird-data-access-designer-ddex-installation.html

link|improve this answer
Thank you for this useful answer. I'd like to point out that although the DDEX provider doesn't work under Visual Studio Express, it works under the free Visual Studio shell. One can create the model under the shell, then get back to the Express edition to modify and use it. – Ashraf Sabry Nov 23 '10 at 7:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.