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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shyguy30
    New Member
    • Sep 2010
    • 1

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

    Hi. I am trying to render a sql report server report as a pdf an get the following

    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 9/13/2010 10:47:10 AM
    Event time (UTC): 9/13/2010 2:47:10 PM
    Event ID: ac994f26fecb4ef 590e8a69c5b47d7 b4
    Event sequence: 29
    Event occurrence: 1
    Event detail code: 0

    Application information:

    Process information:
    Process ID: 27872
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWO RK SERVICE

    Exception information:
    Exception type: HttpUnhandledEx ception
    Exception message: Exception of type 'System.Web.Htt pUnhandledExcep tion' was thrown.

    Request information:
    Request URL: http://myserver/Order/Details/112?rpt=1
    Request path: /Order/Details/112
    User host address: myserver
    User:
    Is authenticated: False
    Authentication Type:
    Thread account name: NT AUTHORITY\NETWO RK SERVICE

    Thread information:
    Thread ID: 5
    Thread account name: NT AUTHORITY\NETWO RK SERVICE
    Is impersonating: False
    Stack trace: at System.Web.UI.P age.HandleError (Exception e)
    at System.Web.UI.P age.ProcessRequ estMain(Boolean includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
    at System.Web.UI.P age.ProcessRequ est(Boolean includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
    at System.Web.UI.P age.ProcessRequ est()
    at System.Web.UI.P age.ProcessRequ est(HttpContext context)
    at System.Web.Mvc. ViewPage.Proces sRequest(HttpCo ntext context)
    at ASP.views_order _details_aspx.P rocessRequest(H ttpContext context) in c:\WINDOWS\Micr osoft.NET\Frame work64\v2.0.507 27\Temporary ASP.NET Files\root\eb60 9e5b\f92841b1\A pp_Web_indgr3jn .4.cs:line 0
    at System.Web.Mvc. HttpHandlerUtil .ServerExecuteH ttpHandlerWrapp er.<>c__Display Class1.<Process Request>b__0()
    at System.Web.Mvc. HttpHandlerUtil .ServerExecuteH ttpHandlerWrapp er.<>c__Display Class4.<Wrap>b_ _3()
    at System.Web.Mvc. HttpHandlerUtil .ServerExecuteH ttpHandlerWrapp er.Wrap[TResult](Func`1 func)
    at System.Web.Mvc. HttpHandlerUtil .ServerExecuteH ttpHandlerWrapp er.Wrap(Action action)
    at System.Web.Http ServerUtility.E xecuteInternal( IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage , VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOver ride)


    Custom event details:

    For more information, see Help and Support Center at http://go.microsoft.co m/fwlink/events.asp.


    Please help
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Your webservice has an error.
    Try to debug the service(if you can) and track it down

    Comment

    Working...