EntiryFramework :
Problem:No migrations configuration type was found in the assembly 'YourWebApplicationName'. (In Visual Studio you can use the Enable-Migrations command from Package Manager Console to add a migrations configuration).
PM> enable-migrations -contexttypename ApplicationDbContext
Comments
Post a Comment