Operation could destabilize the runtime?

Last post 06-04-2007, 4:41 PM by Brutimar. 5 replies.
Sort Posts: Previous Next
  •  05-16-2007, 9:48 AM 29718

    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.
  •  05-16-2007, 1:05 PM 29730 in reply to 29718

    Re: Operation could destabilize the runtime?

    After some research the error always happens on the following call:
    ICuteChatDataAccessImplementation.CuteSoft.Chat.ICuteChatDataAccess.LoadTable(String tablename)
     
     Also it appears that there are several switch statements in CuteSoft.Chat.CuteChatLobby that have more that 8 conditions.  I have read that doing so causes some hate and discontent in the IL produced by the compiler.
     
    Am I using the wrong DLL?  The version I am using is CuteSoft.Chat, Version=3.1.0.0, Culture=neutral, PublicKeyToken=da0fc3a24b6f18ba.
  •  05-16-2007, 1:33 PM 29733 in reply to 29730

    Re: Operation could destabilize the runtime?

    Brutimar,
     
    You are using the .NET framework version 2.0. Are you using the CuteSoft.Chat.dll for asp.net 2.0?
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-16-2007, 1:35 PM 29734 in reply to 29733

    Re: Operation could destabilize the runtime?

    I downloaded CuteChat3forCommunityServer2007.zip from your site.  I am using the DLL that is in there.
  •  05-17-2007, 12:19 PM 29770 in reply to 29734

    Re: Operation could destabilize the runtime?

    Since yesterday I have downloaded every (13) release you have posted and tested the CuteSoft.Chat.dll.  It sitll gives the aforementioned error.
     
    I have even removed chat from the CS install and re-installed chat.  Still gives the error.
     
    Any other ideas on what I can do?
  •  06-04-2007, 4:41 PM 30367 in reply to 29770

    Re: Operation could destabilize the runtime?

    The issue was tracked down!  It lies in the modified 'Medium-Trust' security level that is set on my website by my host (CrystalTech).
     
    Adam sent me an email and informed me the next realease (coming soon) would aleviate the issue.
     
     
View as RSS news feed in XML