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.
有没有人设法在Windows Mobile上获得亚音速或变体?我们无法使它工作,因为它依赖于System.Configuration。
Any suggestions on an alternate ORMs that would work on a windows mobile device?
有关可在Windows移动设备上运行的备用ORM的任何建议吗?
3 个解决方案
#1
1
A colleague of mine used EntitySpaces on a Windows Mobile project and was pretty pleased with it.
我的一位同事在Windows Mobile项目中使用了EntitySpaces,并对此非常满意。
#2
1
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.
System.Configuration依赖是唯一的问题吗?如果是这样,您可以通过添加该功能来尝试绕过它。例如,OpenNETCF的SDF有一个OpenNETCF.Configuration命名空间,它反映了很多System.Configuration命名空间。您可能能够使用该命名空间修改亚音速,或修改并重新编译SDF的程序集以将System.Configuration用作命名空间。
#3
0
You could look at something like LLBLGEN which shows support for the compact framework.
你可以看看像LLBLGEN这样的东西,它显示了对紧凑框架的支持。
#1
1
A colleague of mine used EntitySpaces on a Windows Mobile project and was pretty pleased with it.
我的一位同事在Windows Mobile项目中使用了EntitySpaces,并对此非常满意。
#2
1
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.
System.Configuration依赖是唯一的问题吗?如果是这样,您可以通过添加该功能来尝试绕过它。例如,OpenNETCF的SDF有一个OpenNETCF.Configuration命名空间,它反映了很多System.Configuration命名空间。您可能能够使用该命名空间修改亚音速,或修改并重新编译SDF的程序集以将System.Configuration用作命名空间。
#3
0
You could look at something like LLBLGEN which shows support for the compact framework.
你可以看看像LLBLGEN这样的东西,它显示了对紧凑框架的支持。