[Mono-bugs] [Bug 53294][Nor] New - Remoting derived incorrect Namespace
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 24 Jan 2004 08:42:48 -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 dave-mono@earth.li.
http://bugzilla.ximian.com/show_bug.cgi?id=53294
--- shadow/53294 2004-01-24 08:42:48.000000000 -0500
+++ shadow/53294.tmp.7067 2004-01-24 08:42:48.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 53294
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: dave-mono@earth.li
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Remoting derived incorrect Namespace
+
+Description of Problem:
+
+You end up with junk like "%2C%20Version%3D0.0.0.0%2C%20Cultur..." on the
+end of the namespace for objects created with
+SoapServices.GetXmlElementForInteropType if you don't specify a namespace
+in the custom attributes.
+
+
+Steps to reproduce the problem:
+1. Look at corlib/Test/System.Runtime.Remoting/SoapServicesTest.cs
+
+Actual Results:
+Somthing like:
+http://schemas.microsoft.com/clr/nsassem/System.Runtime.Remoting/corlib%2C%20Version%3D0.0.0.0%2C%20Cult
+ure%3Dneutral%2C%20PublicKeyToken%3Dnull
+
+
+Expected Results:
+Something like:
+http://schemas.microsoft.com/clr/nsassem/System.Runtime.Remoting/corlib