Hey,
On Fri, Mar 8, 2013 at 6:04 PM, wensheng yan <
yan...@gmail.com> wrote:
> However, when I run this code, it gives me an error,
>
> Failed to resolve assembly: 'EntityFramework, Version=6.0.0.0,
> Culture=neutral, PublicKeyToken=b77a5c561934e089'
>
> How to fix it?
Use an assembly resolver which is able to find EntityFramework.dll,
and pass it as in the ReaderParameters when you create your module.
Jb