DBConnect

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for DB2
Post Reply
Manuzar
Posts: 1
Joined: Wed 08 Feb 2017 13:42

DBConnect

Post by Manuzar » Wed 08 Feb 2017 13:51

I'm working on a .NET Core 1.1 project with DB2. I use the libraries:
Devart.Data.DB2.Entity.EFCore
With the latest version 2.1.2.
I have a problem with DBConnection:

Services.AddDbContext <DB2Context> (options => options.UseDB2 (@ "user id = db2admin; server = db2; database = SAMPLE;"));

Error: DbConnection is defined in a non-referenced assembly. You must add System.Data, version: 4.0.0.0

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: DBConnect

Post by Shalex » Fri 10 Feb 2017 14:31

EF Core is being developed by Microsoft for the following target platforms:
.NET 4.5.1 and higher -> EF Core for this platform is supported by dotConnect for DB2
.NET Core -> in progress
Universal Windows Platform -> under review

We are working on the .NET Core support. There is no any timeframe at the moment. We will notify you when the feature is implemented.

JIC: viewtopic.php?f=1&t=34352#p119065

Post Reply