4
It is possible to work directly with the Entity Framework and power "thresh" within their classes and methods?
I downloaded the zip from his code Codeplex. I unpacked in a folder and in my project I added the project directly:
..\EntityFramework\src\EntityFramework\EntityFramework.csproj
The build does not report any error. But when running my application the following error message is displayed:
Could not load file or Assembly 'Entityframework' or one of its dependencies. Could not verify strong name signature. Perhaps Assembly was breached or signed late, but not fully signed with the correct private key. (Exception of HRESULT: 0x80131045)
Let’s say it’s by didactic, to test further how it handles some tasks.
If it’s possible and this error message is because of something wrong I did or something I stopped doing, what should I do and how to prepare my application to work directly with the sources of Entity Framework?
If it’s possible and you do it commonly, then how can I organize my project in a simpler way to work with it directly through the sources?
EDITION
As @Cigano indicated, I’m trying with sources repository on Github:
However, I am getting several error messages:
Package References not found. Run 'build initialize' before Opening Solution for first time.
What is he asking me to do? How to do?
Open the Package Manager Console and type
build initialize
.– Leonel Sanches da Silva
@Tiagosilva In fact this was the command. I still could not perform the whole procedure. I owe you for an opportunity where I’m more relaxed.
– Leonel Sanches da Silva