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=77061

--- shadow/77061        2005-12-22 13:54:30.000000000 -0500
+++ shadow/77061.tmp.32429      2006-01-04 13:58:16.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: Fedora Core 4 & Debian
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: C#
-AssignedTo: [EMAIL PROTECTED]                            
+AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: [GMCS] Mono compiled code fails under VS 2005
@@ -58,6 +58,32 @@
       public IEnumerator<T> GetEnumerator()
       { foreach(T item in Left) yield return item;
       }
     }
 }
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-01-04 13:58 -------
+Zoltan's test case works, but the original still fails. 
+
+This is what PEverify reports:
+
+
+Microsoft (R) .NET Framework PE Verifier.  Version  2.0.50727.42
+Copyright (c) Microsoft Corporation.  All rights reserved.
+
+[MD]: Warning: MemberRef has a duplicate, token=0x0a000054.
+[token:0x0A000024]
+[MD]: Warning: MemberRef has a duplicate, token=0x0a000024.
+[token:0x0A000054]
+[MD]: Warning: MemberRef has a duplicate, token=0x0a000024.
+[token:0x0A000055]
+[IL]: Error: [C:\cygwin\home\miguel\NamesDB.exe :
+AnnotationSupport.Tree`1+<nullEnumerator>__0[T]::.ctor] Type load failed.
+[IL]: Error: [C:\cygwin\home\miguel\NamesDB.exe :
+AnnotationSupport.Tree`1+Node+<GetEnumerator>__1[T]::MoveNext] Type
+load failed.
+[IL]: Error: [C:\cygwin\home\miguel\NamesDB.exe :
+AnnotationSupport.Tree`1+Node+<GetEnumerator>__1[T]::.ctor] Type load
+failed.
+3 Errors Verifying NamesDB.exe(3 Warnings)
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to