<t>I just got into the same problem and it looks like EntityFramework although installed from NuGet Package Manager was not correctly installed in the project.<br/>
<br/>
I managed to fix it by running the following command on Package Manager Console:<br/>
<br/>
PM> Install-Package EntityFramework<br/>
<br/>
```</t>