Data sources toolbox for VS2012 does not display my entity model

前端 未结 2 1359
轻奢々
轻奢々 2021-02-04 20:29

After adding an entity model either from the datasources toolbox itself or by adding it => \"add\" => \"new item\" it does not show up in the datasources toolbox and therefor i

2条回答
  •  伪装坚强ぢ
    2021-02-04 21:05

    Being addicted to L2S, I tried to get familiar with VS2012 and EF5. But I nearly lost my nerves trying to use the data sources toolbox.

    Finally I found a solution:

    using Object Data Source is now the recommended approach for using EF in databinding scenarios. See this article for more details - http://msdn.microsoft.com/en-us/data/jj574514. The article also includes a link to revert to the old code generation if that is what you desire.

提交回复
热议问题