I've made an ASP.NET MVC 4 project in Visual Studio 2012 and I haven't made any modifications to it. When I run it and click on login, it generates the tables for the default database. So far so good... However, when I try to view these, I get the following error:
Failed to retrieve data for this request. An exception occurred while executing a Transact-SQL statement or batch. Invalid column name 'is_memory_optimized'.
Does anyone have any ideas why a template project does not work?