[Mono-bugs] [Bug 73275][Nor] Changed - Network code fails with Mono, but works with .Net
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Mar 2005 12:43:46 -0500 (EST)
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 r_holmes@yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73275
--- shadow/73275 2005-03-03 07:19:00.000000000 -0500
+++ shadow/73275.tmp.22055 2005-03-03 12:43:46.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 73275
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details: Debian unstable packages of Mono
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: r_holmes@yahoo.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -217,6 +217,13 @@
}
Trace.Unindent();
}
}
}
+
+------- Additional Comments From r_holmes@yahoo.com 2005-03-03 12:43 -------
+Just installed Mono 1.1.4 on my XP box to see if the program would run
+with a more recent Mono version. It didn't. I compiled and ran the
+program with Mono 1.1.4 and it now hangs after reaching step 2 of the
+Trace-output. I then ran it with .Net immidiately after, and it ran
+without problems -- even without being re-compiled with csc first.