[Mono-bugs] [Bug 60568][Wis] Changed - Async send not sending.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 18 Aug 2004 11:48:20 -0400 (EDT)


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 dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=60568

--- shadow/60568	2004-08-03 11:36:39.000000000 -0400
+++ shadow/60568.tmp.22406	2004-08-18 11:48:20.000000000 -0400
@@ -81,6 +81,35 @@
 affect this. 
 So, create an object of type Logging with new Logging("somename",
 false, false); and use that as the client. Then Logging("somename",
 false, true); and use that as a server. Put that in two separate
 executables and run. Of course start the server one first, the error
 handling is a little weak. :)
+
+------- Additional Comments From dick@ximian.com  2004-08-18 11:48 -------
+I can't build your test.  60568.cs is the code you attached,
+60568-c.cs is an app that creates a new Logging object like you said.
+
+:; mcs 60568-c.cs 60568.cs -r:System.Runtime.Remoting
+60568.cs(187) error CS0103: The name `APPPOS' could not be found in
+`CLC.Logging'
+60568.cs(188) error CS0103: The name `HandleNotifications' could not
+be found in `CLC.Logging'
+60568.cs(225) error CS0103: The name `HandleNotifications' could not
+be found in `CLC.Logging'
+60568.cs(264) error CS0103: The name `INFORMATION' could not be found
+in `CLC.Logging'
+60568.cs(280) error CS0103: The name `LOGPORT' could not be found in
+`CLC.Logging'
+60568.cs(283) warning CS0162: Unreachable code detected
+60568.cs(306) error CS0165: Use of unassigned local variable
+`localEndPoint'
+60568.cs(332) error CS0103: The name `LogError' could not be found in
+`CLC.Logging'
+60568.cs(487) error CS0103: The name `LogError' could not be found in
+`CLC.Logging'
+60568.cs(521) error CS0103: The name `LOGPORT' could not be found in
+`CLC.Logging'
+60568.cs(522) error CS0165: Use of unassigned local variable `remoteEP'
+Compilation failed: 10 error(s), 1 warnings
+
+