[Mono-bugs] [Bug 82071][Nor] Changed - ConfigurationManager does not open the correct config file
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 12 14:41:08 EDT 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 mickaelpic at yahoo.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=82071
--- shadow/82071 2007-07-12 14:36:41.000000000 -0400
+++ shadow/82071.tmp.8218 2007-07-12 14:41:08.000000000 -0400
@@ -110,6 +110,39 @@
it includes all dependencies.
------- Additional Comments From mickaelpic at yahoo.fr 2007-07-12 14:36 -------
Created an attachment (id=19554)
sample program for the bug
+
+------- Additional Comments From mickaelpic at yahoo.fr 2007-07-12 14:41 -------
+I can not give my complete sample, but I join a near complete one.
+Just had a web service reference to the ComLib project to any web
+server you might have.
+Basically what this smaple do is to create an instance of the web
+service, and try to display a config key.
+
+-----------------------------
+
+Expected Result:
+
+Server: XXX.XXX.XXX.XXX (your server IP)
+00: poke
+01: poke
+03: poke
+true
+
+-----------------------------
+
+If I run it with Mono 1.2.4, it will display:
+
+Server: XXX.XXX.XXX.XXX (your server IP)
+00: poke
+01:
+03:
+true
+
+-----------------------------
+
+If I run it with Mono 1.2.2.1 it will display the expected result.
+To compile it with Mono 1.2.2.1, I use monodevelop 0.14 (otherwise it
+has problem loading the csproj
More information about the mono-bugs
mailing list