[Mono-bugs] [Bug 459790] SoapRpcMethod based webservices return HTTP 500 error with Mono 2.0. 1 Runtime

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 19 04:15:07 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=459790

User atsushi at ximian.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=459790#c9


Atsushi Enomoto <atsushi at ximian.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |mhabersack at novell.com




--- Comment #9 from Atsushi Enomoto <atsushi at ximian.com>  2008-12-19 02:15:07 MST ---
Actually with trunk (I'm not going to fix it in 2.2 branch as it is not part of
regression) I cannot get web service helper page working, which looks like due
to an issue in BuildManager.

The output to HTML is:

An element with the same key already exists in the dictionary.

Description: HTTP 500. Error processing request.

Stack Trace:

System.ArgumentException: An element with the same key already exists in the
dictionary.
  at System.Collections.Generic.Dictionary`2[System.Object,System.Object].Add
(System.Object key, System.Object value) [0x00000] 
  at System.Web.Compilation.BuildManager.AddToCache (System.String virtualPath,
System.Web.Compilation.BuildProvider bp) [0x00000] 
  at System.Web.Compilation.BuildManager.GenerateAssembly
(System.Web.Compilation.AssemblyBuilder abuilder,
System.Collections.Generic.List`1 buildItems, System.Web.VirtualPath
virtualPath, BuildKind buildKind) [0x00000] 
  at System.Web.Compilation.BuildManager.BuildAssembly (System.Web.VirtualPath
virtualPath) [0x00000] 
  at System.Web.Compilation.BuildManager.GetCompiledType (System.String
virtualPath) [0x00000] 
  at System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler
(System.Web.HttpContext context, System.String verb, System.String url,
System.String filePath) [0x00000] 
  at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context,
System.String url, Boolean ignoreContextHandler) [0x00000] 
  at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context,
System.String url) [0x00000] 
  at System.Web.HttpApplication+<Pipeline>c__Iterator2.MoveNext () [0x00000] 

Version information: Mono Version: 2.0.50727.1433; ASP.NET Version:
2.0.50727.1433


-- 
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