MVC Scaffolding
Posted by: Emiliano Savi
Date: June 27, 2015 01:43AM

I'm using MVC 5 + EF 6 + MySQL Connector/NET 6.9.6 but I encountered a strange behavior: when I want to create a controller from a POCO class, I have to comment this

//[DbConfigurationType(typeof(MySqlEFConfiguration))]
public class ApplicationDbContext : IdentityDbContext<ApplicationUser>

then uncomment for the rest of my operations like migrations.

Options: ReplyQuote


Subject
Written By
Posted
MVC Scaffolding
June 27, 2015 01:43AM
June 27, 2015 03:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.