Search code examples
entity-framework-ctp5linqpad

Can I use CTP5 DBContext with LINQPad?


As you can see on title, I would say if I can use LinqPad with CTP5 DBContext. I see the guide on http://www.linqpad.net/EntityFramework.aspx to link LinqPad with my EF model, but I receive the message

There are no typed based on 'System.Data.Objects.ObjectContext' in that assembly.

Obviously I'm using the last release of the product. I also see this section http://www.linqpad.net/extensibility.aspx, in case should write myself the driver ? (...I'm not telling I'm capable of :) )

Thanks.


Solution

  • See here.

    Expect to see support for this soon, though!