Quote:
Originally Posted by Imar
I don't get that. Why can't you create diagrams in SQL Server and build your own EDMX file? Just use SSMS.
Because I don't have SQL Server 2012 I have SQL Server 2008 instead.
That said, it sounds like your site doesn't have the EntityFramework packge installed. Hard to tell though with the limited information you're providing.
Imar
|
I am pretty sure that I installed the entity framework through Nuget. I will try to install it again and see if that is the cause of the problem.
Yes I went to Nuget Package manager and tried to download the latest version of Entity Framework and the package manager told me that Entity Framework already exists for the project. So that is not the problem or the cause of that error message when I try to compile the application.