I am having a problem with a cutechat site that we posted a while ago. the site was running without a problem for some period of time - probably over a year. Then the site was not used for 6 month - 1 year. Sometime in that time period, the site has stopped working. nothing has changed on the server except for the normal installation of windows updates every month or so. I do not know exactly when the site stopped working.
The error that I get is as follows:
Server Error in '/' Application.
Operation could destabilize the runtime.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Security.VerificationException: Operation could destabilize the runtime.
Source Error:
Line 67: } Line 68: Line 69: if(CuteSoft.Chat.ChatWebUtility.CurrentIdentityIsAdministrator) Line 70: temp += " | <a Class=\"Big\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>"; Line 71: TopMenu.Text = temp; |
Source File: d:\Websites\chat.biosynchronistics.com\banner.ascx Line: 69
Stack Trace:
[VerificationException: Operation could destabilize the runtime.] ICuteChatDataAccessImplementation.CuteSoft.Chat.ICuteChatDataAccess.LoadTable(String tablename) +58 CuteSoft.Chat.ChatDataManager.GetConfigs() +95 CuteSoft.Chat.ChatDataManager.GetConfig(String configname) +20 CuteSoft.Chat.ChatApiImpl.DoGetConfig(String name) +113 CuteSoft.Chat.ChatApiImpl.GetConfig(String name) +40 CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +77 CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +80 CuteSoft.Chat.ChatWebUtility.get_CurrentIdentityIsAdministrator() +8 ASP.banner_ascx.Page_Load(Object sender, EventArgs e) in d:\Websites\chat.biosynchronistics.com\banner.ascx:69 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
Has anyone else seen this error and know what cuased it and more importanly how to fix it?
Thanks,
Greg