andrewrevell wrote:
You don't need the compact framework.
I have created a few sample apps that use Sql Server Everywhere - the CF is nowhere in sight.
That's also not what I wanted to suggest, sorry if it looked that way. What I wanted to illustrate was that SqlServer everywhere is based on sqlmobile and llblgen pro only supports sqlmobile on the handheld not on the desktop.
I think then, it is quite feasbile to create a template that targets Sql Server Everywhere on the full framework. The version I have been playing with is in the System.Data.SqlServerCe namespace, which I believe is the same as Sql Server Mobile (aka Sql Server CE).
Looking at CSharpCFCETemplateSet.config, it might just be a case of swapping over the CF specific stuff to the full framework? Is this right Frans?
That's not the problem, you should be able to compile CF generated code on normal .NET (you use the same compiler anyway). The thing is the DQE. That one is compiled against the CF.NET corlib and .net libs, and you should recompile that sourcecode against the normal .NET libs.