Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

enable-migrations error : project failed to build

Using ASP.NET MVC4 with EF4.3

Running Enable-Migrations from PM Console

System.Management.Automation.RuntimeException: The project 'MyProj' failed to build. The project 'MyProj' failed to build.

The project builds (control-shift-B)

Is there any way to get more detail on this error to diagnose?

like image 852
Doug Avatar asked Aug 11 '12 23:08

Doug


1 Answers

In my case I had errors in my project. I have cleared all other errors in my project. Then it works well.

like image 76
rakshitha bandara Avatar answered Sep 26 '22 07:09

rakshitha bandara