adding DbContext connection throws error
When attempting to add a DbContext connection (EF 5), after I browse to the assembly, LinqPad shows
I am using LinqPad 4.44.09
Could not load file or assembly 'EntityFramework, Version=4.1.0.0...or one of its dependencies. The system cannot find the file specifiedI 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
Try the latest beta (4.45.4) and let me know what happens.
I would expect it to display something different if it fails... can you double check?
I clicked on "About" to check that I'm running the new version of LinqPad.
Also, the selected dll is using EF5, and the respective EF5 EntityFramework.dll is in the same path.
However, commenting it out had no effect. I'm wondering why any of that would at all be used by LinqPad, web.config isn't even in the same path as the dlls.
And is anyone else experiencing this problem?
I wonder what's different between the projects. So far, I can't see anything, but at least I have a reference point now.