[Mono-bugs] [Bug 72832][Maj] Changed - Problems Remoting on Fedora C2
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 11:29:52 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72832
--- shadow/72832 2005-02-21 20:28:59.000000000 -0500
+++ shadow/72832.tmp.17314 2005-02-22 11:29:52.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72832
Product: Mono: Class Libraries
Version: 1.1
OS: other
OS Details: Fedora C2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Major
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: rbradley@fusiion.com
QAContact: mono-bugs@ximian.com
@@ -183,6 +183,13 @@
Mono JIT compiler version 1.0.5, (C) 2002-2004 Novell, Inc and
Contributors. www.go-mono.com
TLS: normal
GC: Included Boehm (with typed GC)
SIGSEGV : normal
Globalization: ICU
+
+------- Additional Comments From lluis@ximian.com 2005-02-22 11:29 -------
+This doesn't look like a remoting bug. Looking at the stack trace it
+is easy to deduce that the call to Type.GetType
+("RemotingSamples.HelloServer,object") is returning null, which means
+that it can't find the type. Make sure that the assembly that
+implement that type is available to the application