Entity Framework 4.1 Code First Freeze
I'm having trouble getting EF 4.1 working on my computer. It seems to be some problem with my database settings. I was trying out this simple walkthrough: http://blogs.msdn.com/b/adonet/archive/2011/03/15/ef-4-1-code-first-walkthrough.aspx But when it reaches db.Categories.Add(food); it just freeze. I have a normal SQL Server 2008 R2 installed, not SQL Express. There also seems to be some problems with creating .mdf files instead of a direct connection to the localhost SQL server. I've also tried adding an entity model with a database connection, but this does not seem to work. Do anyone have