I have this error while trying to add ADO.NET Entity Data Model. I'm targeting .NET 4.5.1, use Visual Studio 2013 and Windows 8.1. I tried reinstalling nuget, VS, frameworks and also this method. Nothing works : / Anyone having the same issue?
Asked
Active
Viewed 927 times
0
-
This is related to your other post: http://stackoverflow.com/questions/19664833/metadata-file-not-found-data-entity-model (note that it cannot find the same dll). You could try using procmon (http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx) to check where VS is actually looking for the missing assembly and if it can find the file. If the file can be found you can turn on Fusion logging (http://stackoverflow.com/questions/255669/how-to-enable-assembly-bind-failure-logging-fusion-in-net) to check why loading the assembly fails – Pawel Nov 04 '13 at 18:15
-
Yes, maybe it is. I "solved" problem by creating and adding ado.net entity at pc that I knew that had properly and simply, without customisation, installed VS. I'll have to try formatting... – ignacy130 Nov 07 '13 at 17:27
2 Answers
0
Have you tried targeting to older version? f.e. 4.5

pizycki
- 1,249
- 4
- 14
- 26
-
Yes, I did. I also tried FE 4, but it has no option to add ADO.NET EM. – ignacy130 Nov 02 '13 at 10:53
0
Solved: I changed the framework version, repaired, installed updates, copied the entity framework folder from other PC and nothing happened, eventually i run the setup and added the SQL components (Entity Framework Designer) and is fixed now.

Jahuso
- 29
- 6