I keep getting thisexception intermittently, it looks like a search engine is hitting mypage even though I have a robots.txt file. What is weird is look atthe "Event" from Management Console (below). The "Request URL" has"&" in the URL. If you copy and paste that request URL you getthe same exception (my site hides the exception of course) If you copyand paste the URL and replace "&" with just "&" then thereis no exception and it returns a javascript file. When I visit thereports page myself, everything works properly. Like I said I ampicking this up in my error logs and it throws quite a few exceptionsall right in a row (like 5 of the same exceptions at the same timedown to the second)
Has anyone encountered this? I am using this in my web.config:
<httpHandlers>
<add path="Reserved.ReportViewerWebControl.axd" verb="*"type="Microsoft.Reporting.WebForms.HttpHandler,Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" validate="false"/>
</httpHandlers
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 6/4/2007
Time: 4:21:36 PM
User: N/A
Computer: SV1803
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 6/4/2007 4:21:36 PM
Event time (UTC): 6/4/2007 11:21:36 PM
Event ID: 451314926608461980cfb5a89a038a94
Event sequence: 10588
Event occurrence: 4
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1136884830/Root-1-128254433988287500
Trust level: Full
Application Virtual Path: /
Application Path: C:\Inetpub\wwwroot\alliance\
Machine name: SV1803
Process information:
Process ID: 9316
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: ArgumentException
Exception message: Missing URL parameter: Name
Request information:
Request URL:http://alliance.nmrdesign.com/Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=8.0.50727.42&Name=Scripts.ReportViewer.js
Request path: /Reserved.ReportViewerWebControl.axd
User host address: 69.19.14.15
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: True
Stack trace: atMicrosoft.Reporting.WebForms.EmbeddedResourceOperation.PerformOperation(NameValueCollectionurlQuery, HttpResponse response)
at Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Custom event details:
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
strazz,
Did you ever figure out the cause of this error? I'm gettting a similar error that I can't track down.
Error:
ArgumentException: Missing URL parameter: Name
at Microsoft.Reporting.WebForms.EmbeddedResourceOperation.PerformOperation(NameValueCollection urlQuery, HttpResponse response)
at Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
URL: http://www....com/Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=8.0.50727.42&;Name=Scripts.ReportViewer.js
Source: Microsoft.ReportViewer.WebForms
User: joe@.doe.com
strazz,
Did you ever figure out the cause of this error? I'm gettting a similar error that I can't track down.
Error:
ArgumentException: Missing URL parameter: Name
at Microsoft.Reporting.WebForms.EmbeddedResourceOperation.PerformOperation(NameValueCollection urlQuery, HttpResponse response)
at Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
URL: http://www....com/Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=8.0.50727.42&;Name=Scripts.ReportViewer.js
Source: Microsoft.ReportViewer.WebForms
User: joe@.doe.com
Has anyone solved this yet -- am getting the same problem.
Thanks...
|||i suppose no body has a solution to this yet.....this is a very common error across reports i think....hoping that someone comes up wit ha solution
|||
can u pls post ur code that ur using to load the report viewer ...
sql
No comments:
Post a Comment