Operation could destabilize the runtime?

  •  05-16-2007, 9:48 AM

    Operation could destabilize the runtime?

    I know I have forgotten to do something on my hosted website because it does not work there.  It works great on my development machine.
     
    The error ocurrs when I click the Chat link, the Messenger link, or the admin link.  It now happens when I click the Forums link.  I am using Community Server 2007.  It is being hosted on an ASP.NET 2.0 platform.
     
    Here is the error:
     
     

    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:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [VerificationException: Operation could destabilize the runtime.]
                ICuteChatDataAccessImplementation.CuteSoft.Chat.ICuteChatDataAccess.LoadTable(String tablename) +57
                CuteSoft.Chat.ChatDataManager.GetConfigs() +86
                CuteSoft.Chat.ChatDataManager.GetConfig(String configname) +17
                CuteSoft.Chat.ChatApiImpl.DoGetConfig(String name) +144
                CuteSoft.Chat.ChatApiImpl.GetConfig(String name) +66
                CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +77
                CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +76
                CuteSoft.Chat.UI.ChatAdminPage.OnInit(EventArgs e) +68
                System.Web.UI.Control.InitRecursive(Control namingContainer) +321
                System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692
                


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
     
     
    Any help would be appreciated.
View Complete Thread