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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
