S
S
SMARTi2016-05-16 09:26:20
.NET
SMARTi, 2016-05-16 09:26:20

How to connect Entity Framework from sources?

How to correctly connect EF from source? The situation is this, I made a test project using EF, connected it from Nuget, everything worked. Now I downloaded the EF sources from the codeplex, connected the Entity Framework project to my solution, removed the EF obtained from Nuget, specified references to EF in the solution, the project is built, but when I access the project with EF I get the error: Additional information: Failed to load file or assembly "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" or one of their dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sanostee, 2016-05-16
@andrewpianykh

According to item 7 of entityframework.codeplex.com/wikipage?title=Gettin... after building the project, a nuget package must be created in the Bin \ Release \ folder.
Try connecting EF to your project by installing this package from your local Nuget feed. Before that, of course, by removing previously added references from your project to the EF project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question