[Mono-bugs] [Bug 70878][Nor] Changed - ecma-provider runtime
Reflection uses LoadWithPartialName
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 9 00:52:55 EDT 2005
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70878
--- shadow/70878 2004-12-29 19:40:57.000000000 -0500
+++ shadow/70878.tmp.30254 2005-09-09 00:52:55.000000000 -0400
@@ -3,20 +3,19 @@
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Wishlist
+Priority: Normal
Component: Gui
AssignedTo: mono-bugs at ximian.com
ReportedBy: jluke at cfl.rr.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: ecma-provider runtime Reflection uses LoadWithPartialName
In ecma-provider.cs and mono-ecma.xsl the runtime reflection to test the
presence of Methods/Types/etc only uses the partial name instead of the
full assembly info. It should deserialize the culture, pubkeytoken, and
version also and use that. This currently causes all the gtk# 1.9.x docs
@@ -32,6 +31,13 @@
------- Additional Comments From jluke at cfl.rr.com 2004-12-29 19:40 -------
The above just splits the two relevent MonoImpInfo methods to work
with the partial name or the fullname and calls that one from the xsl.
Someone that is familiar with XSL and how this thing works should
double check this for sure.
+
+------- Additional Comments From miguel at ximian.com 2005-09-09 00:52 -------
+John, did we every apply this?
+
+Ben, this is related to our discussion today.
+
+This seems pretty bad with Gtk# 2 becoming mainstream.
More information about the mono-bugs
mailing list