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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79988 --- shadow/79988 2006-11-27 15:42:54.000000000 -0500 +++ shadow/79988.tmp.30869 2006-11-27 15:48:47.000000000 -0500 @@ -214,6 +214,24 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-11-27 15:42 ------- Created an attachment (id=18181) Updated repro + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-27 15:48 ------- +Hi Atsushi, I've attached a patch that fixes this issue without the +need to rely on our (broken) defaults deserialization behavior. + +I suggest to continue tracking the defaults deserialization issue in +bug #78207. + +Also, I cleaned my local tree and my test application continued to +work. Not sure what causes it to fail on your system. I did attach +an updated version of that test app; the only different is that I +now use IPAddress.Loopback to obtain the loopback address instead of +using 127.0.0.1 hardcoded. You do have a loopback address do you ? +If not search the code for IPAddress.Loopback and modify it +accordingly to use your local IP address (or I could update the test +app to ask for the IP address to listen on). + +Let me know if you need anything else. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
