On Tue, Oct 22, 2013 at 4:18 PM, Rand Random <rand.ran...@outlook.com> wrote:
> When I run the application EntityModel gets initialized successful, but when
> I try to run a simple LINQ query I am getting the following message:
>
> An exception of type 'System.InvalidOperationException' occurred in
> System.Data.dll but was not handled in user code
> Additional information: The requested .Net Framework Data Provider's
> implementation does not have an Instance field of a
> System.Data.Common.DbProviderFactory derived type.

The app is using EF5, so you have version mismatch.

> In both scenarios, I cannot add a new server (connect to database) in visual
> studio, the firebird isnt listed in this dialog (same with the Add New Item
> --> Ado .Net Entity Model when you have to pick a database and say new
> connection).

You need to install provider into GAC (pre-EF6 or EF6 version) to make
the DDEX work.

-- 
Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.com

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to