[Mono-bugs] [Bug 68751][Nor] Changed - XSP problem on Windows + same problem crashes on Linux
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 30 Oct 2004 16:22:46 -0400 (EDT)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68751
--- shadow/68751 2004-10-25 10:38:55.000000000 -0400
+++ shadow/68751.tmp.20680 2004-10-30 16:22:46.000000000 -0400
@@ -76,6 +76,15 @@
Why is this crashing XSP under linux? it shouldn't
and also I want to know what is this error and what does it mean?
How can I stop these warnings and what do they have affect on?
How often does this happen?
Always
+
+------- Additional Comments From vargaz@gmail.com 2004-10-30 16:22 -------
+This error usually means that there is a version mismatch between some
+assemblies the runtime tries to load, i.e. one assembly references
+a type from another assembly, but that assembly doesn't actually contain
+that type.
+
+What is WebObjects.NET.dll ? Is it your code, or part of some
+commercial .NET package ?