Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Daniel Rail
Hi, At February 10, 2017, 8:12 AM, Jiří Činčura wrote: >> it(when compiled). And, since the application that is calling this >> .dll is not a .Net application(it's a native Win32 Delphi >> application), I am trying to find out how to setup the entity > Again. You're not saying how are you

Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Daniel Rail
Hi, At February 10, 2017, 8:13 AM, Jiří Činčura wrote: > Also, if you'd read my blog, you'd have been done already: > https://blog.cincura.net/233368-configuring-3rd-party-entity-framework-provider-firebird-from-code/ > ;) Thanks, that's what I was looking for. I do remember coming across it,

Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Jiří Činčura
Also, if you'd read my blog, you'd have been done already: https://blog.cincura.net/233368-configuring-3rd-party-entity-framework-provider-firebird-from-code/ ;) -- Mgr. Jiří Činčura Independent IT Specialist -- Check

Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Jiří Činčura
> An exception of type 'System.InvalidOperationException' occurred in > EntityFramework.dll but was not handled in user code > > Additional information: No Entity Framework provider found for the > ADO.NET provider with invariant name > 'FirebirdSql.Data.FirebirdClient'. Make sure the provider is

Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Daniel Rail
Title: Re: [Firebird-net-provider] Entity Framework 6 Hi, At February 9, 2017, 6:52 PM, Paul Dryden wrote: I have have had problems using Windows Entity Data Framework. In some cases, I can't open an edmx file in Visual Studio (that I had compiled from scanning a database perhaps a year

Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Daniel Rail
Hi, At February 10, 2017, 3:28 AM, Jiří Činčura wrote: > Well, you're not saying anything specific about the exception (at least > which provider - EF or ADO.NET?) nor how's the assembly loaded (because > you can as well use the config file, depending on how it's loaded). > Let's guess that

Re: [Firebird-net-provider] Entity Framework 6

2017-02-09 Thread Jiří Činčura
Well, you're not saying anything specific about the exception (at least which provider - EF or ADO.NET?) nor how's the assembly loaded (because you can as well use the config file, depending on how it's loaded). Let's guess that it's a ADO.NET provider, then you're probably missing the

Re: [Firebird-net-provider] Entity Framework 6

2017-02-09 Thread Paul Dryden
I have have had problems using Windows Entity Data Framework. In some cases, I can't open an edmx file in Visual Studio (that I had compiled from scanning a database perhaps a year earlier, always receiving "Provider Not Found." Very frustrating. I am now considering switching to MySql, even

[Firebird-net-provider] Entity Framework 6

2017-02-09 Thread Daniel Rail
Hi, I'm trying to use the Firebird ADO.Net with Entity Framework 6. I'm able to create a code first model from an existing database. But, when trying to establish a connection, it is telling me that a provider is not registered. My scenario is that the connection is done in a DLL, not