Visual Studio - Entity Framework

0

Does anyone know why I can not change the inherited provider option?

I need to put it in true, like the project on the right and it appears blocked.

Thank you in advance.

    
asked by Brian Velez 28.11.2018 в 20:29
source

1 answer

2

Start with an empty model and there should be a property called "Code generation strategy" or something like that (I'm not sure I have VS in English).

Change the property to the other option, other than "T4". The property "Use legacy provider" ( Use Legacy Provider ) should change to True

    
answered by 28.11.2018 / 20:55
source