[Mono-bugs] [Bug 80619][Nor] Changed - System.Convert exception while reading web.config
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 29 06:33:52 EST 2007
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 sandy.dunlop at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80619
--- shadow/80619 2007-01-26 13:44:08.000000000 -0500
+++ shadow/80619.tmp.31459 2007-01-29 06:33:52.000000000 -0500
@@ -12,12 +12,13 @@
ReportedBy: sandy.dunlop at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: System.Convert exception while reading web.config
+BugsThisDependsOn: 80653
Description of Problem:
I have a web service. If I run it in xsp2 or mod_mono, I get an exception from
System.Configuration.ConfigurationProperty while it's reading web.config. The web.config refers
to a soapExtensionType, and it looks like Mono fails to deserialize the type attribute of this
@@ -268,6 +269,13 @@
trace ---
It seems to me that System.IO.FileStream is attempting to open the
file with the wrong FileMode or the wrong FileAccess, or both.
+
+------- Additional Comments From sandy.dunlop at gmail.com 2007-01-29 06:33 -------
+I've raised bug 80653 for the problem with FileStream reading the WSDL
+file. From a bit of further investigation, the Sharing Violation
+problem needs a fix or workaround before the
+System.Configuration.ConfigurationProperty problem can be seen. I'll
+mark this bug as depending on bug 80653.
More information about the mono-bugs
mailing list