JetEntityFrameworkProvider icon indicating copy to clipboard operation
JetEntityFrameworkProvider copied to clipboard

Microsoft Access (Jet) Entity Framework provider

Results 32 JetEntityFrameworkProvider issues
Sort by recently updated
recently updated
newest added

It's the first time I use this EF provider to work with access databases and I'm trying to configure the database first mode, creating the edmx model from a database...

bug

Issue: I'm trying to use "Code first from database". Upon transitioning from "Choose Your Data Connection" to "Choose Your database objects and settings" by clicking "Next", the Entity Data Model...

![image](https://user-images.githubusercontent.com/33752928/36007261-fede768c-0d41-11e8-9ee5-e96619e856ff.png) I've built JetEntityFrameworkProvider on x86,rebooting visual studio several times and i want know how to set connection string.Please help !

I am raising this issue. I encountered this issue when using type Decimal. Non-issue for type Double. `storeDb.Carts.Where(x => x.CartId == ShoppingCartId).Sum(t => t.Quantity * t.Item.UnitPrice);` > InvalidOperationException: invalid PrimitiveTypeKind...

bug

I'm trying to generate pre-generated mapping views to save a lot of time loading. When I choose the "Generate Views" of EF Power Tools, I get the following error: Unable...

question

I used the latest commit 594f231b to compile everything with VS2017. To do that, I had to update the build events and load the independent registry hive of VS2017 to...

When changing the type of a column from `int` to `int?` the migration below is generated, however when I apply the migration the column is not marked as nullable (i.e....

help wanted

DbFirst model generation only was able to generate models for about 20% of my db objects. The rest of the tables and views were simply missing from the model, although...

bug
help wanted