iloire / asp.net-mvc-example-invoicing-app

Example invoicing application in ASP.NET MVC3
224 stars 208 forks source link

Upgrade to MVC 5 #16

Open khoshnoudi opened 9 years ago

khoshnoudi commented 9 years ago

Is here anybody try this app in VS 2013 ? I would like to know how to migrate and use First Code to create database in Sqlexpress and use this app in MVC5, Thanks in Advance

Jegadeeshwaran commented 9 years ago

Add-Migration -ConfigurationTypeName Project_Cost_Management_System.Migrations.ApplicationDbContext.Configuration "Any Name"

Update-Database -ConfigurationTypeName Project_Cost_Management_System.Migrations.ProjectNameSystemContext.Configuration

It think this will work