I updated MVC4 to MVC5. When you run the application I got an error that I don\'t have WebMatrix.Data. I installed it PM> Install-Package WebMatrix.Data
WebMatrix.Data
PM> Install-Package WebMatrix.Data
This is actually a legacy library. You should instead install Microsoft.AspNet.WebPages.Data if you are upgrading from MVC 4 to 5.
PM> Install-Package Microsoft.AspNet.WebPages.Data