[Mono-bugs] [Bug 53924][Nor] New - Duplicate exception is thrown while compiling

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 5 Feb 2004 10:02:04 -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 along@mainsoft.com.

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

--- shadow/53924	2004-02-05 10:02:04.000000000 -0500
+++ shadow/53924.tmp.24623	2004-02-05 10:02:04.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 53924
+Product: Mono/Compilers
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: martin@ximian.com                            
+ReportedBy: along@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Duplicate exception is thrown while compiling
+
+Description of Problem:
+The attached asmx file and it's code behind file don't compile.
+The exception is :
+InteropTestheaders.wsdl.cs(22) error CS0579: 
+Duplicate 'System.Web.Services.Protocols.SoapHeaderAttribute' attribute.
+MS allows this kind of duplication.
+
+
+Steps to reproduce the problem:
+1. Compile the attached files
+
+Actual Results:
+Exception is thrown.
+
+Expected Results:
+The compilation should pass.
+
+How often does this happen? 
+Always.
+
+Additional Information: