I want to get MVC Music Store tutorial application up and running with Visual Studio 2013/2015. Here are the steps that I've taken:
- downloaded the latest version from Downloads page
- unpacked it
- opened it with Visual Studio 2013/2015 - got a migration report without errors but with some warnings
- tried to build the solution, but it won't build - got a plenty of errors about missing type/namespace like that:
The type or namespace name could not be found (are you missing a using directive or an assembly reference?)
How do I build and run locally the MVC Music Store project with Visual Studio 2013/2015?