c# - Reference an EF5 project from an EF6 project -
Is it possible to use a project that is used as a reference to a project that uses the unit framework? Was written and created using framework 5? While doing so, I get the "method not found" errors on the functionality that have been deprecated in EF6, but it works fine when used only in the EF5 project as a single standalone project.
A call like this:
dataContext.Database.SqlQuery ()
throws an error:
{"Method not found: 'System .Collections.Generic.IanMarable' 1 & lt; !! 0> System.Data.intte Database SQLQII (System.String, System.Object []). "} System. Execution {system.missimedexception}
Comments
Post a Comment