[Mono-bugs] [Bug 74060][Wis] Changed - NullReferenceException in Mono.CSharp.MemberAccess:ResolveMemberAccess

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Mar 2005 09:30:31 -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 rharinath@novell.com.

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

--- shadow/74060	2005-03-28 09:50:24.000000000 -0500
+++ shadow/74060.tmp.3995	2005-03-29 09:30:31.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 74060
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: rharinath@novell.com                            
 ReportedBy: m_kretzschmar@gmx.net               
 QAContact: mono-bugs@ximian.com
@@ -122,6 +122,11 @@
         GC:            Included Boehm (with typed GC)
         SIGSEGV      : normal
         Globalization: normal
 
 (And IIRC, I couldn't even build mono on amd64 when I passed
 --with-tls=pthread by accident)
+
+------- Additional Comments From rharinath@novell.com  2005-03-29 09:30 -------
+Fixed in SVN.  The examples of "value__" on MSDN all appear to use
+FieldAttributes.Private.
+