Opening an SQL CE file at runtime with Entity Framework 4

前端 未结 2 568
悲&欢浪女
悲&欢浪女 2021-01-06 18:59

I am getting started with Entity Framework 4, and I an creating a demo app as a learning exercise. The app is a simple documentation builder, and it uses a SQL CE store. Eac

2条回答
  •  情深已故
    2021-01-06 19:49

    Finding / opening a SQL Server CE database is, for some weird reason, hard to do. Make sure you can make any kind of connection to the DB at all before trying to get it to work with the EF.

提交回复
热议问题