I am configuring a WPF application with Entity Framework 4 using SQL Compact 4 as the data store. I have files and links configured for a private deployment of SQL Compact 4.0 (for this MSDN article ).
However, with SQL Compact 3.5, I had to add configuration entries to the App.config file (see this blog post and this article ). I cannot find anything about whether similar records are needed to use SQL Compact 4 with EF4 in a desktop application.
So, here is my question: do I need to add special entries to App.config to use SQL Compact 4 with EF4? If so, can you point me to an article or blog post that shows them? Thank you for your help.
source
share