O
O
Oblomingo2016-03-10 14:29:18
ASP.NET
Oblomingo, 2016-03-10 14:29:18

Does the new Asp.Net MVC Core support SQL Compact Edition applications?

Does the new Asp.Net MVC Core support SQL Compact Edition applications?
After adding via nuget to the project Microsoft.SqlServer.Compact and EntityFramework.SqlServerCompact I got errors: "Microsoft.SqlServer.Compact/EntityFramework.SqlServerCompact does not support framework DNXCore,Version=v5.0".

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2016-03-11
@Oblomingo

Here are all the providers that are in EF7 by default.
Microsoft SQL Server
SQLite
Microsoft SQL Server Compact Edition
Npgsql (PostgreSQL)
IBM Data Servers
InMemory (for testing)
https://docs.efproject.net/en/latest/providers/ind...
dnu restore in the project folder to do.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question