1
I wonder if anyone could help me with this mistake because I’m trying to enable the Migrations
in a project and this error appears when giving the command enable-Migrations in the visual studio package manager console.
Error message that appears:
Exception when calling "Createinstancefrom" with "8" argument(s): "It was not possible upload file or Assembly 'Entityframework, Version=5.0.0.0, Culture=neutral, Publickeytoken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified."
Does it have to be EF5? It can’t be 6?
– Leonel Sanches da Silva
By chance you installed Entity Franework in the project ex: install-package Entityframework?
– Junior Porfirio
i installed EF6. I use VS 2013
– Brenin_rice
You can edit your question and place the contents of the file
Web.config
, more specifically the part of<runtime>
?– Leonel Sanches da Silva
managed to solve. packege was not installed. thanks for the help!
– Brenin_rice