[Mono-bugs] [Bug 72007][Maj] New - Class System.Globalization.CultureInfo not interoperable with .NET Framework 1.1.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 31 Jan 2005 08:12:43 -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 dezelin32@fastmail.fm.

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

--- shadow/72007	2005-01-31 08:12:43.000000000 -0500
+++ shadow/72007.tmp.29301	2005-01-31 08:12:43.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 72007
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Server side: Debian unstable  Client side:Windows Server 2003
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dezelin32@fastmail.fm               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Class System.Globalization.CultureInfo not interoperable with .NET Framework 1.1.
+
+Description of Problem:
+
+Class System.Globalization.CultureInfo from Mono class libraries not
+interoperable with .NET Framework 1.1.
+
+
+Steps to reproduce the problem:
+1. Create simple Remoting server (run it on Mono latest) 
+2. Create simple Remoting client (run it on .NET 1.1)
+3. Try to pass class CultureInfo
+
+Actual Results:
+Object obj cannot be null (or similar message)
+
+
+Expected Results:
+CultureInfo instance on the client side
+
+
+How often does this happen? 
+Always
+
+
+Additional Information:
+I've included a test case application in attachment to this message.
+(just don't forget to copy those .exe.config files to apropriate folders)