mail-archives/mono-bugs/2005-June/030853.html

111 строки
4.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 65478][Nor] Changed - Type.GetType(&quot;Gtk.Window,
gtk-sharp&quot;) should not work
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2065478%5D%5BNor%5D%20Changed%20-%20Type.GetType%28%22Gtk.Window%2C%0A%09gtk-sharp%22%29%20should%20not%20work&In-Reply-To=bug-65478%40chernobyl.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="030852.html">
<LINK REL="Next" HREF="030854.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 65478][Nor] Changed - Type.GetType(&quot;Gtk.Window,
gtk-sharp&quot;) should not work</H1>
<B>bugzilla-daemon at bugzilla.ximian.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2065478%5D%5BNor%5D%20Changed%20-%20Type.GetType%28%22Gtk.Window%2C%0A%09gtk-sharp%22%29%20should%20not%20work&In-Reply-To=bug-65478%40chernobyl.ximian.com"
TITLE="[Mono-bugs] [Bug 65478][Nor] Changed - Type.GetType(&quot;Gtk.Window,
gtk-sharp&quot;) should not work">bugzilla-daemon at bugzilla.ximian.com
</A><BR>
<I>Thu Jun 23 09:11:18 EDT 2005</I>
<P><UL>
<LI>Previous message: <A HREF="030852.html">[Mono-bugs] [Bug 75360][Blo] Changed - ASP.NET cannot show letters
with diacritic marks correctly
</A></li>
<LI>Next message: <A HREF="030854.html">[Mono-bugs] [Bug 75331][Nor] Changed - [GMCS] strange difference in
loading mono generated dll and its reassembled version
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#30853">[ date ]</a>
<a href="thread.html#30853">[ thread ]</a>
<a href="subject.html#30853">[ subject ]</a>
<a href="author.html#30853">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">gonzalo at ximian.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=65478">http://bugzilla.ximian.com/show_bug.cgi?id=65478</A>
--- shadow/65478 2005-06-23 08:19:03.000000000 -0400
+++ shadow/65478.tmp.5971 2005-06-23 09:11:18.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 65478
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mkestner at ximian.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
@@ -35,6 +35,21 @@
Mike, isn't this fixed now?
------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mkestner at ximian.com</A> 2005-06-23 08:19 -------
I'm not sure. When I opened this bug I switched Gtk# to use
LoadWithPartialName + GetType, and have since gone to a more sane type
mapping/loading scheme for multiple version support.
+
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">gonzalo at ximian.com</A> 2005-06-23 09:11 -------
+This test prints nothing:
+-----------------
+using System;
+
+class Test {
+ static void Main ()
+ {
+ Type t = Type.GetType (&quot;Gtk.Window, gtk-sharp&quot;);
+ if (t != null)
+ Console.WriteLine (&quot;Error&quot;);
+ }
+}
+--------------
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="030852.html">[Mono-bugs] [Bug 75360][Blo] Changed - ASP.NET cannot show letters
with diacritic marks correctly
</A></li>
<LI>Next message: <A HREF="030854.html">[Mono-bugs] [Bug 75331][Nor] Changed - [GMCS] strange difference in
loading mono generated dll and its reassembled version
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#30853">[ date ]</a>
<a href="thread.html#30853">[ thread ]</a>
<a href="subject.html#30853">[ subject ]</a>
<a href="author.html#30853">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>