Operation could destabilize the runtime.

  •  07-21-2008, 1:08 PM

    Operation could destabilize the runtime.

     
    I am using VS2003 to generate a small Web application. Everything works fine on my local IIS (.NET framework 1.1). When I upload the site to the public server (running .NET 2.0) I get a server error:
     
       System.Security.VerificationException: Operation could destabilize the runtime.

    Stack Trace:


    [VerificationException: Operation could destabilize the runtime.]
                CuteEditor.a.a(Boolean A_0, ToolControlCollecton A_1, String A_2, ConfigItem[] A_3) +60
                CuteEditor.a.n() +202
                CuteEditor.Editor.CreateChildControls() +29
                System.Web.UI.Control.EnsureChildControls() +87
                System.Web.UI.Control.PreRenderRecursiveInternal() +50
                System.Web.UI.Control.PreRenderRecursiveInternal() +170
                System.Web.UI.Control.PreRenderRecursiveInternal() +170
                System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041
                


    What can I do to fix this? 
     
     
     
     
View Complete Thread