[Mono-bugs] [Bug 47925][Maj] New - Attributes can not be put on return type
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Aug 2003 13:25:20 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=47925
--- shadow/47925 2003-08-26 13:25:20.000000000 -0400
+++ shadow/47925.tmp.20288 2003-08-26 13:25:20.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 47925
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: bmaurer@users.sf.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Attributes can not be put on return type
+
+see http://users.hawken.edu/05mauben/rpctest.tgz. it gives
+newtelligence.DasBlog.Runtime.Proxies/PingbackClientProxy.cs(59) error
+CS0592: Attribute 'XmlRpcReturnValue' is not valid on this declaration
+type. It is valid on 'return value' declarations only.
+
+incorrectly