[Mono-bugs] [Bug 579432] New: ServiceContractGenerator imports duplicate code for a service

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Feb 12 01:38:19 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=579432

http://bugzilla.novell.com/show_bug.cgi?id=579432#c0


           Summary: ServiceContractGenerator imports duplicate code for a
                    service
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: WCF
        AssignedTo: atsushi at ximian.com
        ReportedBy: aenomoto at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Our svcutil generates duplicate code for http://sl.rtl.hu/api/default.svc?wsdl
which blocks further compilcation.

$ gmcs output.cs -pkg:wcf
output.cs(442,22): error CS0102: The type `Media' already contains a definition
for `markersField'
output.cs(73,22): (Location of the symbol related to previous error)
output.cs(444,21): error CS0102: The type `Media' already contains a definition
for `playlistField'
output.cs(75,21): (Location of the symbol related to previous error)
output.cs(446,20): error CS0102: The type `Media' already contains a definition
for `streamUrlField'
output.cs(77,20): (Location of the symbol related to previous error)
output.cs(448,20): error CS0102: The type `Media' already contains a definition
for `thumbnailUrlField'
output.cs(79,20): (Location of the symbol related to previous error)
output.cs(453,21): error CS0102: The type `Media' already contains a definition
for `Markers'
output.cs(84,21): (Location of the symbol related to previous error)
output.cs(464,20): error CS0102: The type `Media' already contains a definition
for `Playlist'
output.cs(95,20): (Location of the symbol related to previous error)
output.cs(475,19): error CS0102: The type `Media' already contains a definition
for `StreamUrl'
output.cs(106,19): (Location of the symbol related to previous error)
output.cs(486,19): error CS0102: The type `Media' already contains a definition
for `ThumbnailUrl'
output.cs(117,19): (Location of the symbol related to previous error)
Compilation failed: 8 error(s), 0 warnings

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list