LINQPad can't find Entity Framework 4.3: Could not load file or assembly EntityFramework -


i'm trying use linqpad mvc3 project using entity framework 4.3. in linqpad create new connection this: add connection -> use typed data context -> ef dbcontext poco point assembly, provide full typename, reference web.config. try test , see error: linqpad missing entity frameword

i've installed ef via nuget, not referenced in gac. (i have tried that, not it, don't think ef gac'able, wrong here). i've copied entityframework.dll same folder linqpad - no luck. added linqpad.exe.config

<assemblybinding xmlns="urn:schemas-microsoft-com:asm.v1">   <dependentassembly>     <assemblyidentity name="entityframework" publickeytoken="b77a5c561934e089" culture="neutral" />     <bindingredirect oldversion="0.0.0.0-4.3.1.0" newversion="4.3.1.0" />   </dependentassembly> </assemblybinding> 

but no luck. keep getting same problem. i've seen this post , been here - no luck.

any other ideas??

p.s. i'm using ef 4.3, linqpad 4.42.01. tried latest linqpad beta , same problem.

update: according joe, problem fixed in 4.42.5, @ moment available in beta: www.linqpad.net/beta.aspx. did have go on , indeed fixed.

this known problem, although can't fix because can't reproduce it.

the workaround here: http://forum.linqpad.net/discussion/21/does-linqpad-support-ef-4-3-1-now#latest


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -