[Mono-bugs] [Bug 359465] New: [REGRESSION] ArgumentNullException for non existent weservice
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Feb 7 04:11:59 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=359465
Summary: [REGRESSION] ArgumentNullException for non existent
weservice
Product: Mono: Class Libraries
Version: 1.9.0
Platform: i686
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: dna at informatik.uni-kiel.de
QAContact: mono-bugs at lists.ximian.com
Found By: ---
I'm using Mono 1.9 (/trunk/ r95122)
If i request the URL: http://localhost:8080/NonExistentWebservice.asmx
i got the following exception:
Server Error in '/' Application
null key Parameter name: key
Description: Error processing request.
Error Message: HTTP 500. System.ArgumentNullException: null key Parameter name:
key
Stack Trace:
System.ArgumentNullException: null key
Parameter name: key
at System.Collections.Hashtable.get_Item (System.Object key) [0x000d5] in
/home/dna/mono-svn/mcs/class/corlib/System.Collections/Hashtable.cs:381
at System.Web.Services.Protocols.TypeStubManager.GetLogicalTypeInfo
(System.Type t) [0x0000c] in
/home/dna/mono-svn/mcs/class/System.Web.Services/System.Web.Services.Protocols/TypeStubManager.cs:325
at System.Web.Services.Protocols.TypeStubManager.GetTypeStub (System.Type t,
System.String protocolName) [0x00000] in
/home/dna/mono-svn/mcs/class/System.Web.Services/System.Web.Services.Protocols/TypeStubManager.cs:314
at System.Web.Services.Protocols.SoapDocumentationHandler..ctor (System.Type
type, System.Web.HttpContext context) [0x00045] in
/home/dna/mono-svn/mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapDocumentationHandler.cs:64
at System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler
(System.Web.HttpContext context, System.String verb, System.String url,
System.String filePath) [0x00146] in
/home/dna/mono-svn/mcs/class/System.Web.Services/System.Web.Services.Protocols/WebServiceHandlerFactory.cs:164
at System.Web.Script.Services.ScriptHandlerFactory.GetHandler
(System.Web.HttpContext context, System.String requestType, System.String url,
System.String pathTranslated) [0x000a1] in
/home/dna/mono-svn/mcs/class/System.Web.Extensions/System.Web.Script.Services/ScriptHandlerFactory.cs:63
at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context,
System.String url) [0x0003c] in
/home/dna/mono-svn/mcs/class/System.Web/System.Web/HttpApplication.cs:1249
at System.Web.HttpApplication+<>c__CompilerGenerated2.MoveNext () [0x0077a]
in /home/dna/mono-svn/mcs/class/System.Web/System.Web/HttpApplication.cs:942
07.02.2008 09:10:09
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list