Ich create asp.net mvc3 Projekt, installieren Entity Framework 4.3.1 von nuget.Warum sind Enable-Migrations nicht aktiviert?
nächste
PM> Enable-Migrations
und erhalten Fehler:
System.Management.Automation.PSArgumentException: Unable to find type [System.Data.Entity.Migrations.MigrationsCommands]: Make sure that the assembly containing this type is loaded.
in System.Management.Automation.MshCommandRuntime.ThrowTerminatingError (ErrorRecord errorRecord)
Can not find type [System.Data.Entity.Migrations.MigrationsCommands]: Make sure that the assembly containing this type is loaded.
Duplizieren: [Entity Framework Migrationen Ausgabe] (http://stackoverflow.com/questions/9575628/entity-framework-migrations-issue) –