Error Entity framework "the entity framework provider type..."

Si hay una solucion que tiene dos proyectos, por ej, una dll que usa entity framework y un tester, el tester también tiene que tener las librerias de entity framework. Se deben instalar desde nuGet.

Si no se hace, aparece el siguiente error:

An unhandled exception of type 'System.InvalidOperationException' occurred in mscorlib.dll

Additional information: The Entity Framework provider type 'System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer' registered in the application config file for the ADO.NET provider with invariant name 'System.Data.SqlClient' could not be loaded. Make sure that the assembly-qualified name is used and that the assembly is available to the running application. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.



No hay comentarios:

Publicar un comentario