there is an exception when i create object of model
---------------------------------------------------
Key: DNET-547
URL: http://tracker.firebirdsql.org/browse/DNET-547
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider, DDEX Provider, Entity Framework support
Environment: windows 7, x64, visual studio 2012, ef 6
Reporter: vitalii
Assignee: Jiri Cincura
Good day.
I installed Firebird Provider and DDEX Provider.
I installed EF6.
I could create model. I could saw entities.
But when i create an object of model:
FirebirdEntities context = new FirebirdEntities();
i get exception:
{"The Entity Framework provider type 'FirebirdSql.Data.FirebirdClient.FbProviderServices, FirebirdSql.Data.FirebirdClient' registered in the application config file for the ADO.NET provider with invariant name 'FirebirdSql.Data.FirebirdClient' could not be loaded. Make sure that the assembly-qualified name is used and that the assembly is available to the running application. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information."}
Can you help me?
Maybe this problem was sounded here, but i didn't find it.
--
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
|