Invalid object name ‘dbo.xxx’ using MVC3 and SQL Server

May 10, 2011
Tags: , ,

When working through the Movies tutorial on the ASP.NET website, I decided that it’d be fun to try to switch the data provider from SQL Compact to the full version of SQL Server 2008. In preparation for the move, I created a new (blank) database and gave the appropriate permissions to my test account. However, [...]

5