[Mono-bugs] [Bug 24505] Changed - assertion failure on mono.exe

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
13 May 2002 14:57:08 -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=24505

--- shadow/24505	Fri May 10 09:10:39 2002
+++ shadow/24505.tmp.29413	Mon May 13 10:57:08 2002
@@ -1,14 +1,14 @@
 Bug#: 24505
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: German XP
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sma@3plus4.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -48,6 +48,17 @@
 failure.
 
 ----
 
 Perhaps I'm mixing up versions here, but I thought, I better report an 
 assertion failure...
+
+------- Additional Comments From lupus@ximian.com  2002-05-13 10:57 -------
+You didn't attach the sample program.
+Anyway, when you see the message:
+"Could not load class from token 0x010000xx"
+it means that the referenced type is not implemented in the assembly.
+This happens when an assembly gets compiled in windows and it
+references the ms runtime assembly with the same name (you can check
+with monodis --assemblyref assembly.dll).
+mono from cvs will tell you in what assembly the type reference is
+located so that you can file the bug against the proper assembly.