Could not load file or assembly 'System.Data.Entity

前端 未结 5 1170
余生分开走
余生分开走 2020-12-03 10:51

I am working within a Solution (a jokes website). The Solution has 2 Projects:

  1. Model (C# Class Library)
  2. MVC 3 Empty Application

I am t

5条回答
  •  北海茫月
    2020-12-03 11:44

    another way to solve this is to add empty edmx file (Add -> Class -> Data -> ADO.NET Entity Data Model) and delete it afterwards. I am not sure what the Visual Studio Wizard does, but it`s a common problem at my machine and i always fix it like that.

提交回复
热议问题