[Mono-bugs] [Bug 77619][Wis] New - system.net/settings does not
implement System.Configuration.IConfigurationSectionHandler ()
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 22 18:15:23 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by awaddell at fnfr.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77619
--- shadow/77619 2006-02-22 18:15:23.000000000 -0500
+++ shadow/77619.tmp.17591 2006-02-22 18:15:23.000000000 -0500
@@ -0,0 +1,79 @@
+Bug#: 77619
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: awaddell at fnfr.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: system.net/settings does not implement System.Configuration.IConfigurationSectionHandler ()
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+This exception started showing up at 1.1.13.2 (was fine in 1.1.13). I
+seems to happen anytime code running inside xsp2 tries to do any network
+operation. In this case a page is trying to connect to a sever via .NET
+Remoting, but I also get this when I try to connect to a MySql database
+over the network. The same code executes fine from a console application
+(i.e. not running in xsp2 context).
+
+I'm hoping the stack trace may be enough to locate the bug, but I am
+willing to create a test case if needed.
+
+Again, the same code works fine with the 1.1.13 libraries.
+
+
+
+EXCEPTION: System.Runtime.Remoting.RemotingException: system.net/settings
+does not implement System.Configuration.IConfigurationSectionHandler ()
+Server stack trace: in <0x000aa>
+System.Runtime.Remoting.Channels.Tcp.HostConnectionPool:CreateConnection ()
+in <0x00110>
+System.Runtime.Remoting.Channels.Tcp.HostConnectionPool:GetConnection () in
+<0x000f6>
+System.Runtime.Remoting.Channels.Tcp.TcpConnectionPool:GetConnection
+(System.String host, Int32 port) in <0x0010b>
+System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink:ProcessMessage
+(IMessage msg, ITransportHeaders requestHeaders, System.IO.Stream
+requestStream, ITransportHeaders responseHeaders, System.IO.Stream
+responseStream) in <0x0024c>
+System.Runtime.Remoting.Channels.BinaryClientFormatterSink:SyncProcessMessage
+(IMessage msg) Exception rethrown at [0]: in <0x000aa>
+System.Runtime.Remoting.Channels.Tcp.HostConnectionPool:CreateConnection ()
+in <0x00110>
+System.Runtime.Remoting.Channels.Tcp.HostConnectionPool:GetConnection () in
+<0x000f6>
+System.Runtime.Remoting.Channels.Tcp.TcpConnectionPool:GetConnection
+(System.String host, Int32 port) in <0x0010b>
+System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink:ProcessMessage
+(IMessage msg, ITransportHeaders requestHeaders, System.IO.Stream
+requestStream, ITransportHeaders responseHeaders, System.IO.Stream
+responseStream) in <0x0024c>
+System.Runtime.Remoting.Channels.BinaryClientFormatterSink:SyncProcessMessage
+(IMessage msg)
+
+Steps to reproduce the problem:
+1.
+2.
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list