尝试调试应用程序时的代码行
using (IsolatedStorageFile scope isolatedStorageFile.GetUserStoreForApplication())
正在返回异常
System.IO.IsolatedStorage.IsolatedStorageException:
'Unable to determine application identity of the caller.'
问题是我们团队中的所有其他开发人员可以成功调试代码。这意味着代码没有任何问题,但问题出在我的机器上。
答案 0 :(得分:1)
我有它工作(虽然我不知道发生了什么)。
尝试在VS2017中调试应用程序时发生异常。它在VS2015中调试应用程序时成功运行。