在两个项目上使用IsolatedStorageSettings [英] using IsolatedStorageSettings on two projects

查看:88
本文介绍了在两个项目上使用IsolatedStorageSettings的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有两个相同解决方案的项目,在Project1中,我有一个完美的IsolatedStorageSettings,但在Project 2上,当我启动它时,我希望能够看到一个密钥是否存在,但每个项目创建两个不同的隔离存储
文件,因此Project2不会看到Project1存储文件。

I have two projects of the same solution and in Project1, i have an IsolatedStorageSettings that i have working perfectly, but on Project 2, when i start it, i want to be able to see if a key exists, but each project creates two different Isolated storage files, so Project2 doesn't see Project1 storage file.

有没有办法实现这个目标?谢谢。

Is there a way i can achieve this? Thank You.

推荐答案

不使用独立存储。  您必须在线保存设置才能在应用之间分享
Not using isolated storage.  You would have to save the setting online to share it between apps


这篇关于在两个项目上使用IsolatedStorageSettings的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆