ErikEJ / EntityFramework6PowerTools

This is the codebase for Entity Framework 6 Power Tools Community Edition, and modern EF 6 providers for SQL Server and SQL Server Compact
Other
183 stars 26 forks source link

any advice on trouble shooting "A constructible type deriving from DbContext could not be found" #35

Closed jwaala closed 6 years ago

jwaala commented 6 years ago
    public partial class DB : DbContext
    {
        public DB() : base("name=DB")
        {
        }

        ...
    }

I get the "A constructible type deriving from DbContext could not be found" message in the IDE status bar at the bottom, but no other message/log/etc.

Would love to be able to figure this out.

ErikEJ commented 6 years ago

Can you share a repro project, and I will be happy to have a look

jwaala commented 6 years ago

it's a bit of a pain to trim this down, will give it a go and let you know

jwaala commented 6 years ago

very odd ... I trimmed thigns way down, now when I right click ef/gen/view ... I am getting an error dialog about sqlite, which is not being used, still hoping to get a repo to share

ErikEJ commented 6 years ago

Closing as no repro received, feel free to re-open if you can provide one