Event code: 3005 / Event message: An unhandled exception has occurred.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chandhrakv
    New Member
    • Nov 2009
    • 3

    Event code: 3005 / Event message: An unhandled exception has occurred.

    Hi experts,
    Can any one please respond with the resolution. Machine: WIN2K3, ASP.NET application, .NET 2.0 with June 2007 hotfix installed recently.

    Facing daily 1000 errors with the same type hopefully. Please assist.
    -----
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 11/18/2009 10:48:23 AM
    Event time (UTC): 11/18/2009 5:18:23 AM
    Event ID: 6418c83513d4492 bb14bc36994b959 96
    Event sequence: 6691
    Event occurrence: 2
    Event detail code: 0
    Exception information:
    at System.Web.UI.C ontrol.RenderCo ntrol(HtmlTextW riter writer)
    at System.Web.UI.C ontrol.RenderCh ildrenInternal( HtmlTextWriter writer, ICollection children)
    at System.Web.UI.C ontrol.RenderCh ildren(HtmlText Writer writer)
    at System.Web.UI.C ontrol.Render(H tmlTextWriter writer)
    at System.Web.UI.W ebControls.WebC ontrol.RenderCo ntents(HtmlText Writer writer)
    at System.Web.UI.W ebControls.WebP arts.GenericWeb Part.Render(Htm lTextWriter writer)
    at System.Web.UI.C ontrol.RenderCo ntrolInternal(H tmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.C ontrol.RenderCo ntrol(HtmlTextW riter writer, ControlAdapter adapter)
    at System.Web.UI.C ontrol.RenderCo ntrol(HtmlTextW riter writer)
    at System.Web.UI.W ebControls.WebP arts.WebPartChr ome.RenderPartC ontents(HtmlTex tWriter writer, WebPart webPart)
    at System.Web.UI.C ontrol.Render(H tmlTextWriter writer)
    at System.Web.UI.C ontrol.RenderCo ntrolInternal(H tmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.C ontrol.RenderCo ntrol(HtmlTextW riter writer, ControlAdapter adapter)
    at System.Web.UI.C ontrol.RenderCh ildrenInternal( HtmlTextWriter writer, ICollection children)
    at System.Web.UI.C ontrol.RenderCh ildren(HtmlText Writer writer)
    at System.Web.UI.H tmlControls.Htm lContainerContr ol.Render(HtmlT extWriter writer)
    at System.Web.UI.C ontrol.RenderCo ntrolInternal(H tmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.C ontrol.RenderCo ntrol(HtmlTextW riter writer, ControlAdapter adapter)
    at System.Web.UI.C ontrol.RenderCh ildrenInternal( HtmlTextWriter writer, ICollection children)
    at System.Web.UI.C ontrol.RenderCh ildren(HtmlText Writer writer)
    at System.Web.UI.P age.Render(Html TextWriter writer)
    at System.Web.UI.C ontrol.RenderCo ntrolInternal(H tmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.C ontrol.RenderCo ntrol(HtmlTextW riter writer, ControlAdapter adapter)
    at System.Web.UI.C ontrol.RenderCo ntrol(HtmlTextW riter writer)
    at System.Web.UI.P age.ProcessRequ estMain(Boolean includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
    Custom event details:
    For more information, see Help and Support Center at http://go.microsoft.co m/fwlink/events.asp.
    -----
    apart from these am facing below errors as well:
    Exception of type 'System.OutOfMe moryException' was thrown. Object reference not set to an instance of an object. The remote server returned an error: (414) REQUEST URI TOO LONG. Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Fast help is appreciated, as am facing the issues from long ago.... and need to fix them ASAP.

    Thanks,
    KVC.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I see, you are using .NET then.

    You should post your questions in the ASP.NET forum because your question is regarding ASP.NET, not ASP classic. I have moved your question.

    It looks like you are trying to write something to the Response output stream that is too big for the memory that you have assigned for the process.


    -Frinny

    Comment

    Working...