无法确定调用者的应用程序身份 - 在其他机器上工作

Unable to determine application identity of the caller - works on other machines

尝试调试应用程序时代码行

using (IsolatedStorageFile scope isolatedStorageFile.GetUserStoreForApplication())

正在返回异常

System.IO.IsolatedStorage.IsolatedStorageException:
'Unable to determine application identity of the caller.'

问题是我们团队中的所有其他开发人员可以成功调试代码。这意味着代码没有问题,但问题出在我的机器上。

我让它工作了(虽然我不知道发生了什么)。

尝试在 VS2017 中调试应用程序时出现异常。在VS2015调试应用程序时运行成功