I get a rather unusual error in Visual Studio 2013 in Visual Basic when trying to work with Entity Framework. This doesn't matter whether I work with an existing project or create a new one. It started to happen when I changed to a new PC with Win 8.1.
I create a new model using the wizard from a database. It creates the diagram very nicely. However, I get an compilation error telling the library EntityFramework.dll
doesn't exist. However, the only thing is that the path to EntityFramework.dll
is wrong (Looks like: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\..\IDE\EntityFramework.dll
). The address, however, would be D:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE
. Where would I change that value?
Ueli