Ok, I HAD everything working, and suddenly Silverlight is failing on me on several (but not all) pages. Basically I can't get to any of the "Manage" pages at all. I keep getting the following error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 15 Jun 2012 12:04:45 UTC
Message: Unhandled Error in Silverlight Application
Code: 4004
Category: ManagedRuntimeError
Message: System.IO.IsolatedStorage.IsolatedStorageException: [IsolatedStorage_Init]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.1.10111.0&File=mscorlib.dll&Key=IsolatedStorage_Init
at System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStore(String group, String id)
at System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForSite()
at System.IO.IsolatedStorage.IsolatedStorageSettings.get_SiteSettings()
at Altiris.NS.Silverlight.Common.Settings.ActivityCenterSettings.SaveErrorToStorage(LocalExceptionEntry ex)
at Altiris.NS.Silverlight.ActivityCenter.App.Application_UnhandledException(Object sender, ApplicationUnhandledExceptionEventArgs e)
at MS.Internal.Error.CallApplicationUEHandler(Exception e)
at MS.Internal.Error.GetXresultForUserException(Exception ex)
Line: 57
Char: 13
Code: 0
URI: http://buf-alt-002/Altiris/ActivityCenter/Default.aspx?viewGuid=0c80bf05-3672-4d6d-b389-de664062a6b5&&ConsoleGuid=1b22db4e-a898-443f-9b99-855b1653d3f5
The URL listed in the error takes me to a page that shows the following:
Exception Message Details
|
Value |
Initialization failed. |
Resource ID |
IsolatedStorage_Init |
DLL |
mscorlib.dll |
Version |
4.1.10111.0 |
This webpage provides developers with Silverlight exception message text, which can be useful in diagnosing failures and problems with Silverlight applications. Some exception strings contain tokens for additional information produced by your application.
To see these descriptive error messages on your local machine and obtain other debugging resources, please install the latest version of Silverlight for Developers on your Windows or Mac computer.
So that's not very helpful, other than to tell me the page isn't working.
I've tried rebooting the server and restarting IIS, but nothing has worked.
Help?