Error: The type & quot; System. Data. EntityState & quot; cannot be implicitly converted to & quot; System. Data. Entity. EntityState & quot ;,

Source: Internet
Author: User

Error: The type "System. Data. EntityState" cannot be implicitly converted to "System. Data. Entity. EntityState ",

Error: The type "System. Data. EntityState" cannot be implicitly converted to "System. Data. Entity. EntityState"

Cause 1:

 

Using System. Collections. Generic;
Using System. Linq;
Using System. Text;
Using System. Threading. Tasks;
Using System. Data. Entity;

Referenced?System. Data. Entity: db. Entry <UserInfo> (entity). State = EntityState. Deleted;

Otherwise, addDb. Entry <UserInfo> (entity). State = System. Data. EntityState. Deleted;

Add namespace

Cause 2:

 

The error statement stays at: DataContext. Entry (entity). State = EntityState. Modified;
There are no syntax errors. DataContext is automatically generated by adding edmx to the Model layer, and the latest Entity Framework is installed on the data layer where error statements are located. We know that when an Entity is created in edmx to import a database, VS will automatically install Entity Framework for us. Is the EF version different from the data layer?

 

Solution

 

Uninstall EF: Uninstall-Package EntityFramework-Force first
Install EF5.0: Install-Package EntityFramework-Version 5.0.0

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.