hi i'm working on creating entity framework DDEX provider for interbase db. i a'm following another opensource entity framework provider (Firebird) as a reference to my development. I have done necessary changes to my project and follo(https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/blob/master/DDEX/readme.txt).
I have two issues.
- When I try to add interbase database into server explorer I can see "Interbase data source"
. But when I am trying to add entity data model (.edmx) it doesn't show interbase data source
.
- When I try to go further by selecting "Interbase data source" in server explorer it prompts an exception saying "Failure has occurred while loading a type"
I can't debug on this because this is a dll that is in GAC. I would appreciate if someone can help me to figure out this issue.