[Mono-bugs] [Bug 28024][Wis] Changed - GetType fails to load type.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 Jul 2002 09:03:38 -0000


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 lupus@ximian.com.

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

--- shadow/28024	Fri Jul 19 20:51:16 2002
+++ shadow/28024.tmp.17071	Sat Jul 20 05:03:38 2002
@@ -1,14 +1,14 @@
 Bug#: 28024
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -17,6 +17,15 @@
 Summary: GetType fails to load type.
 
 It is not possible to compile `xsp/src' with MCS, because 
 Assembly.GetType ("System.ComponentModel.TypeConverter") returns null.
 
 This only fails with the Mono runtime.
+
+------- Additional Comments From lupus@ximian.com  2002-07-20 05:03 -------
+Your System.dll was compiled without some needed files
+(TypeDescriptor.cs, for example). In fact the error message compiling
+xsp is:
+generator.cs(861) error CS0103: The name `TypeDescriptor.GetConverter'
+could not be found in `Mono.ASP.Generator'
+
+I added them to the list, just recompile your System.dll.