c#
Interbase DDEX provider for visual studio 2015
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" like this image. But when I am trying to add entity data model (.edmx) it doesn't show interbase data source like this image. 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.
Related Links
Adding multiple word tables into word using interop
Unable to cast object of type 'polymorphism.vehicles' to type 'polymorphism.Car
File.LastWriteTime Different NTFS FAT? [duplicate]
Map HTML to JSON in C#
Sending a List to View to iterate over
Why there is no miminal value of quadratic programming use real large covariance matrix
How to add .NET UI over a map
Can you set the width of excel columns in C#?
How to update WPF application that was deployed using Windows installer technology
Programmatically input text to website text field
How to solve “Theme.AppCompat.Light” error?
LINQ multiple joins performance optimization
Getting a dbase .dbf file into a DataTable using c#
on click of button go top of the webpage in jquery [duplicate]
DbSet and DbContext difference when removing
How to split PDF into pages in ASP .NET Core with a free library [closed]