I am trying to use LINQPad 4 (latest beta) with POCO Entity Framework classes. I take the usual way to create a new connection, and then select the Entity Framework DbContext POCO (4.1), and then select my assembly containing my classes. When I do this, I get the following message
"Failed to load the file or assembly EntityFramework. Version = 4.1.OO, Culture = neutral, PublicKeyToken = b77a5c561934e089 or one of its dependencies.
The system cannot find the specified file. "
I can download the assembly from my application just fine. What gives? This is slightly different from the previous problem, as described in CTP.
source share