[Mono-bugs] [Bug 71304][Wis] Changed - IsCOMObject is not being set.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 6 May 2005 18:46:06 -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 bmaurer@users.sf.net.

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

--- shadow/71304	2005-01-14 19:30:16.000000000 -0500
+++ shadow/71304.tmp.10497	2005-05-06 18:46:06.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 71304
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: DUPLICATE
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -43,6 +43,11 @@
 		TypeBuilder tb = module.DefineType ("xx", TypeAttributes.Import);
 		if (!tb.IsCOMObject)
 			Console.WriteLine ("Failure");
 
 	}
 }
+
+------- Additional Comments From bmaurer@users.sf.net  2005-05-06 18:46 -------
+A patch for this is part of bug 59894.
+
+*** This bug has been marked as a duplicate of 59894 ***