I am currently developing a WPF (dot net 4) desktop application using SQLce as the local data store and MSFx (v2.1) which allow the data updating between the local SQLce (SQLce 3.5 sp2) and the Centralized SQL server. Currently, we are trying
to build the application as pure-64-bit due to the size of the memory (hence the occasional OOM exception)
After reading couple of blog, i decided to upgrade to SQLce 4.0 since all prior versions which supports 64 bit, they are always on WOW.
MSfx has not yet supported SQLce 4.0, so my comments/questions
When MSFx will provide SQLce 4.0 support? It worries me is in the second link, there had not yet any update since the original posting about 1 year ago)
Before that, because of this chain of dependencies, is there any other way allows my application to be built as pure 64 bit?