我在google chrome(隐身窗口)中运行我的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中遇到同样的错误。请帮忙。提前谢谢。
答案 0 :(得分:3)
当您将浏览器切换到私有模式时,它会阻止Silverlight使用独立存储。这是通过浏览器设计完成的,据我所知,你无法做任何事情。