vote up 2 vote down star

Has anyone managed to get subsonic or a variant working on Windows Mobile? We cant get it to work as it has a dependency on System.Configuration.

Any suggestions on an alternate ORMs that would work on a windows mobile device?

flag

54% accept rate

3 Answers

vote up 1 vote down check

A colleague of mine used EntitySpaces on a Windows Mobile project and was pretty pleased with it.

link|flag
But you have to pay for it? :( – Dan Nov 6 '08 at 10:37
vote up 0 vote down

You could look at something like LLBLGEN which shows support for the compact framework.

link|flag
vote up 1 vote down

Is the System.Configuration dependency the only issue? If so, you could always try to get around it by adding that capability. For example OpenNETCF's SDF has an OpenNETCF.Configuration namespace that mirrors a lot of the System.Configuration namespace. You might be able to eitehr modify subsonic to use that namespace, or modify and recompile the SDF's assembly to use System.Configuration as a namespace.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.