I made a small test application using Entity Framework 6.0 and
FirebirdSql.Data.
FirebirdClient.dll v4.5.1.0 where I succesfully generated Entities from a
Firebird database.

But when I try to do a database operation at runtime, I get this error:


*An unhandled exception of type 'System.ArgumentException' occurred in
EntityFramework.dllAdditional information: The ADO.NET <http://ADO.NET>
provider with invariant name 'FirebirdSql.Data. FirebirdClient' is either
not registered in the machine or application config file, or could not be
loaded. See the inner exception for details.*

I checked Process Explorer and the assemblies EntityFramework.Firebird and
FirebirdSql.Data. FirebirdClient were loaded, but still the exception says
a Firebird provider couldn't be found.

- I already uninstalled the provider from GAC.
- I tested with both .NET 4.0 (and the correct Firebird provider) as well
.NET 4.5

Any ideas?

-- 
Best Regards,
Alfred Reinold Baudisch

Unity 3D and Corona SDK Games Developer
Email: alfred.r.baudi...@gmail.com
Skype: AlfredBaudisch
------------------------------------------------------------------------------
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to