EF6. Linqpad 5 - Trying to add an executable Entity Framework error
I am trying to add a compiled assembly to the list of connections.
I get an error if the compiled assembly uses EF. I am able to add assemblies that use Linq2SQL.
Do I need to install anything else? I am not using EF Core.
Comments
It looks like you're pointing to the assembly in the \obj\ folder. Try the \bin\ folder instead.