在Windows Mobile中存储数据

时间:2013-03-11 04:07:22

标签: windows-phone-7 windows-mobile windows-phone-8 windows-phone

我是一名Windows手机开发者。现在我正在开发一个Windows Mobile 6.5的应用程序,我以前是为Windows Phone开发的。

在我的应用程序中,我想存储一些用户凭据和一些应用程序设置。在Windows手机中,我将其存储在IsolatedStorageSettings中。但是如何将它们存储在Windows Mobile中。 ?

在Windows Mobile中使用什么类似于IsolatedStorageSettings?我想让这个用户在手机中输入设置,直到应用程序将卸载。

1 个答案:

答案 0 :(得分:1)

Windows Mobile(嵌入式手持设备)6.x上的紧凑框架(3.5)不支持IsolatedStorageSettings。

作为替代方案,您可以使用xml文件或注册表或ini文件。

另见What is the preferred method for storing application settings in Windows Mobile Applications?。我更喜欢使用xml或OpenNetCF AppSettings。

这是另一个AppSettings实现xml:http://developers.de/blogs/andreas_lehmann/archive/2009/05/26/a-simple-implementation-of-config-files-for-windows-mobile.aspx