I have a very typical linq-to-entities data binding in WinForms:
myGrid.DataSource = myEntities.entity
When it reaches that line of code it simply hangs. Similar assignment a different entity work fine elsewhere in the code. The database contains no more than 50 lines of data in all entities (it's a new project) so it's not waiting on data.