[Mono-bugs] [Bug 70878][Wis] New - ecma-provider runtime Reflection uses LoadWithPartialName

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Dec 2004 19:21:56 -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 jluke@cfl.rr.com.

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

--- shadow/70878	2004-12-29 19:21:56.000000000 -0500
+++ shadow/70878.tmp.24377	2004-12-29 19:21:56.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 70878
+Product: Mono: Doctools
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Gui
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jluke@cfl.rr.com               
+QAContact: mono-bugs@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
+to report 'Not implemented' because LoadWithPartialName looks in Gtk# 1.0
+assembly for them.
+
+Im working on a patch...