[Mono-bugs] [Bug 74197][Nor] Changed - AppDomain wrogn exceptions

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Mar 2005 08:21:12 -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 alexmipego@hotmail.com.

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

--- shadow/74197	2005-03-29 17:58:57.000000000 -0500
+++ shadow/74197.tmp.27189	2005-03-30 08:21:12.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: alexmipego@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Bug in gtk# HEAD while running MD
+Summary: AppDomain wrogn exceptions
 
 With gtk# 1.9.2 all is fine. With HEAD when we open a solution with more
 than one file, and we try to expand the nodes in solution pad we get this:
 
 001 System.ArgumentException: GCHandle value belongs to a different domain
 002 in [0x00025] (at
@@ -131,6 +131,9 @@
 know the MD codebase well enough to know if the code being exercised
 in that iter compare func is possible from a different app domain than
 the tree was created in.
 
 ------- Additional Comments From lluis@ximian.com  2005-03-29 17:55 -------
 MonoDevelop does not use AppDomains, so it is a mono bug.
+
+------- Additional Comments From alexmipego@hotmail.com  2005-03-30 08:21 -------
+Changed the summary to reflect the problem better to mono guys