I just got experience this issue with MVC5 in visual studio 2015 for web, finally I found solution adding entity framework to my project.
1. Right-click on the References folder > Add Reference...
2. Expand Assemblies on the left side of the window and select Framework.
3. Scroll to and select System.Data.Entity from the list of assemblies.
4. Make sure the box next to System.Data.Entity is checked, and then click 'OK'.
5. Right click on the project and rebuild.
Post your comments / questions
Recent Article
- 'ionic' is not recognized as an internal or external command
- OSError: cannot open resource - Python
- Python read file line count
- How to Encode & Decode using Base64 in Python?
- Unspecified error-The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support.
- How to generate a Captcha verification code image with Python?
- How to show an image using path python PIL?
- How to remove Background from the images using Python?
Related Article