Hey, On Fri, Mar 8, 2013 at 6:04 PM, wensheng yan <[email protected]> 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 -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
