我在谷歌浏览器(隐身窗口)中运行我的 Silverlight 应用程序。它一直保持silverlight加载图像。我在开发人员窗口控制台中看到了异常
Uncaught Error: Unhandled Error in Silverlight Application Operation not permitted. at System.IO.IsolatedStorage.IsolatedStorageSecurityState.EnsureState()
at System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForApplication()
at System.IO.IsolatedStorage.IsolatedStorageSettings.get_ApplicationSettings()
at SilverlightBlobApplication.MainPage..ctor()
at SilverlightBlobApplication.App.Application_Startup(Object sender, StartupEventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
我在论坛上找到了建议
"1. 在 Silverlight 播放器中,右键单击。 2. 单击 Silverlight。 3. 在出现的窗口中,单击应用程序存储选项卡。 4. 在下一个窗口中,单击“启用应用程序存储”复选框。 5.单击“全部删除”按钮。6. 单击是。7. 单击确定。8. 单击浏览器的刷新或重新加载按钮继续。"
但这并不能解决我的问题。在使用私有浏览器模式时,我在 Internet Explorer 中遇到了同样的错误。请帮忙。提前致谢。