Out of Memory Exception

  •  10-25-2006, 3:44 PM

    Out of Memory Exception

    Any ideas why I might be receiving this error all of a sudden?  I think it might be the server, but am not sure.  This is happening when the page tries to load with the editor in it.
     

    Exception of type System.OutOfMemoryException was thrown.

    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.OutOfMemoryException: Exception of type System.OutOfMemoryException was thrown.

    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:

    [OutOfMemoryException: Exception of type System.OutOfMemoryException was thrown.]
                [TypeInitializationException: The type initializer for "System.Web.UI.TemplateControl" threw an exception.]
                System.Web.UI.TemplateControl.OnError(EventArgs e) +65
                System.Web.UI.Page.HandleError(Exception e) +68
                System.Web.UI.Page.ProcessRequestMain() +2100
                System.Web.UI.Page.ProcessRequest() +218
                System.Web.UI.Page.ProcessRequest(HttpContext context) +18
                System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
                System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
                


    Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
View Complete Thread