The type or namespace name 'Entity' does not exist in the namespace 'System.Data'

后端 未结 21 1617
余生分开走
余生分开走 2020-12-08 12:46

I\'m using WS class and it gave me error when I run the application:

The type or namespace name \'Entity\' does not exist in the namespace \'System.Data\' 
<         


        
21条回答
  •  情书的邮戳
    2020-12-08 13:27

    If you are using EF version more than 6.x , then see if you have installed the entity framework nuget package in every project of your solution. You might have installed Ef but not in that particular project which you are working on.

提交回复
热议问题