Hi,
I am on VS2013 Update 4 and I am not able to generate a controller in the web project of the sample.
I tried both contexts and also disable/ enable async.
J.
Comments: We are using DbContext generated by Entity Framework Power Tools, and does not seem to be generate with latest Controller templates for Visual Studio updates. You can simply generate a EF controller against a DbContext that is generated by the default Visual Studio EDMX in another solution and simply replace it the DbContext with yours.
I am on VS2013 Update 4 and I am not able to generate a controller in the web project of the sample.
I tried both contexts and also disable/ enable async.
J.
Comments: We are using DbContext generated by Entity Framework Power Tools, and does not seem to be generate with latest Controller templates for Visual Studio updates. You can simply generate a EF controller against a DbContext that is generated by the default Visual Studio EDMX in another solution and simply replace it the DbContext with yours.