[Mono-bugs] [Bug 23944] Changed - Property instead of variable
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
29 Apr 2002 09:43:32 -0000
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23944
--- shadow/23944 Sat Apr 27 09:11:28 2002
+++ shadow/23944.tmp.17916 Mon Apr 29 05:43:32 2002
@@ -1,14 +1,14 @@
Bug#: 23944
Product: Mono/MCS
Version: unspecified
OS: AIX
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Major
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: massimo@mmmm.it
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -42,6 +42,11 @@
IPHostEntry iphe= Dns.Resolve("www.go-mono.com");
IPAddress ipa = iphe.AddressList[0]; //CS0118:Expression denotes a
`property access' where a `variable' was expected
System.Console.WriteLine(ipa.ToString());
}
}
+
+------- Additional Comments From lupus@ximian.com 2002-04-29 05:43 -------
+
+
+*** This bug has been marked as a duplicate of 23540 ***