Im pretty new to MVC so I tried myself at this tutorial which seemed a good idea: http://www.asp.net/mvc/overview/getting-started/introduction/getting-started
Everything went really well until the point when I got to chapter 5 to create a Model. I created the model in "almost" the same way as the tutorial says (Didnt have the same application context in the dropdown, so I took the one that was presented) and that did work. But when I try to start up the application now I get the following error:
A network-related or instance- specific error occurred while establishing a connection to SQL Server . The server was not found or it can not be accessed. Verify that the instance name is correct and that SQL Server allows remote connections. (provider : SQL Network Interfaces , error : 56 - \ " SQLUserInstance.dll \ " can not be loaded from the location specified in the registry Verify that the function Local Database Runtime SQL Server Express is installed correctly. .
The Inner exception would be: % 1 is not a valid Win32 application
Hope someone can help me with this, since I have no clue what Ive done wrong.