Discussion:
[Firebird-net-provider] [FB-Tracker] Created: (DNET-756) FirebirdSql.Data.EntityFramework6.FbProviderServices..cctor() in
Farhan Wazir (JIRA)
2017-05-02 00:31:00 UTC
Permalink
FirebirdSql.Data.EntityFramework6.FbProviderServices..cctor() in C:\Users\Jiri\Documents\devel\NETProvider\working\Provider\src\FirebirdSql.Data.FirebirdClient\FirebirdClient\FbProviderServices.cs:line 64
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Key: DNET-756
URL: http://tracker.firebirdsql.org/browse/DNET-756
Project: .NET Data provider
Issue Type: Bug
Components: Entity Framework support
Affects Versions: 5.8.1.0
Environment: Windows
Reporter: Farhan Wazir
Assignee: Jiri Cincura


On EF6 Model
public MyContext : base("TestConnectionString") <<

Stack Trace::
Exception thrown: 'System.Reflection.TargetInvocationException' in mscorlib.dll
Exception has been thrown by the target of an invocation.
Inner Exception <<<<<<<<<<<<<<<
System.TypeInitializationException: The type initializer for 'FirebirdSql.Data.EntityFramework6.FbProviderServices' threw an exception. ---> System.TypeLoadException: Could not load type 'System.Data.Entity.Infrastructure.Interception.IDbConnectionInterceptor' from assembly 'EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
at FirebirdSql.Data.EntityFramework6.FbProviderServices..ctor()
at FirebirdSql.Data.EntityFramework6.FbProviderServices..cctor() in C:\Users\Jiri\Documents\devel\NETProvider\working\Provider\src\FirebirdSql.Data.FirebirdClient\FirebirdClient\FbProviderServices.cs:line 64
--- End of inner exception stack trace ---
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...