Home

adding DbContext connection throws error

When attempting to add a DbContext connection (EF 5), after I browse to the assembly, LinqPad shows
Could not load file or assembly 'EntityFramework, Version=4.1.0.0...or one of its dependencies. The system cannot find the file specified
I am not sure why it's looking for 4.1, when the 5.0 assembly is referenced and in the same folder as the DbContext assembly.

I am using LinqPad 4.44.09

Comments

Sign In or Register to comment.