[Mono-bugs] [Bug 706084] New: System.ServiceModel contains public Mono.Security impl
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jul 15 06:59:52 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=706084
https://bugzilla.novell.com/show_bug.cgi?id=706084#c0
Summary: System.ServiceModel contains public Mono.Security impl
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: x86-64
OS/Version: Ubuntu
Status: NEW
Severity: Major
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: piotr.wysocki at mlabs.pl
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101
Firefox/5.0
When I build a project with references to System.ServiceModel and
Mono.Security, I get:
error CS0433: The imported type
`Mono.Security.Protocol.Tls.CipherAlgorithmType' is defined multiple times
error CS0433: The imported type `Mono.Security.Protocol.Tls.HashAlgorithmType'
is defined multiple times
error CS0433: The imported type
`Mono.Security.Protocol.Tls.ExchangeAlgorithmType' is defined multiple times
error CS0433: The imported type
`Mono.Security.Protocol.Tls.SecurityProtocolType' is defined multiple times
error CS0433: The imported type `Mono.Security.Protocol.Tls.SslStreamBase' is
defined multiple times
And the following for every error above:
/opt/mono-current-fixed/lib/mono/4.0/System.ServiceModel.dll (Location of the
symbol related to previous error)
/opt/mono-current-fixed/lib/mono/4.0/Mono.Security.dll (Location of the symbol
related to previous error)
All Mono.Security.* types in System.ServiceModel.dll should be made
invisible/private.
Reproducible: Always
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list