【发布时间】:2016-10-11 16:13:51
【问题描述】:
我需要在 winforms 应用程序中以独立存储模式存储和检索数据。我关注了thismsdn 的文章,这是代码
IsolatedStorageFile isoStore = IsolatedStorageFile.GetStore(IsolatedStorageScope.Machine | IsolatedStorageScope.Application,null,null);
当我执行上述代码时,我收到 无法确定调用者的应用程序身份错误。
谁能帮我解决这个问题?
问候
拉马林加姆
【问题讨论】:
-
不是那个问题的重复,因为这个是 WinForms(另一个是 Silverlight),原因不同。