小编Ram*_*gam的帖子

无法确定调用者错误的应用程序标识

我需要在winforms应用程序中以隔离存储模式存储和检索数据.我已经关注了这篇 msdn文章,这是代码

  IsolatedStorageFile isoStore = IsolatedStorageFile.GetStore(IsolatedStorageScope.Machine | IsolatedStorageScope.Application,null,null);
Run Code Online (Sandbox Code Playgroud)

当我对上面的代码进行了解释时,我无法确定调用者错误的应用程序标识.

任何人都可以帮助我解决这个问题吗?

问候

Ramalingam S.

.net c# winforms

5
推荐指数
2
解决办法
3384
查看次数

标签 统计

.net ×1

c# ×1

winforms ×1