An error occurred while migrating the version library in the MVC4 official tutorial.

Source: Internet
Author: User

An error occurred while migrating the version library in the MVC4 official tutorial.

Learn MVC4 for work needs, but an error is reported during local testing when migrating the version library step in the official Microsoft tutorial.

Official Tutorials: http://www.asp.net/mvc/overview/older-versions/getting-started-with-aspnet-mvc4/adding-a-new-field-to-the-movie-model-and-table

PM> Enable-Migrations-ContextTypeName MvcMovie. Models. MovieDBContext

Error Message:
An exception occurred when "8" parameters were used to call "CreateInstanceFrom": "cocould not load file or assembly" EntityFramework, Version = 5.0.0.0, Culture = neutral, publicKeyToken = b77a5c561934e089 'or one of its dependencies. the system cannot find the specified file."
Location F: \ Programming \ NET \ MvcMovie \ packages \ EntityFramework.5.0.0 \ tools \ EntityFramework. psm1: 431 characters: 31
+ $ Domain. CreateInstanceFrom <(
+ CategoryInfo: NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId: DotNetMethodTargetInvocation

Solution:
Run Install-Package EntityFramework first
Run Enable-Migrations-ContextTypeName MvcMovie. Models. MovieDBContext.

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.