Created
January 5, 2016 16:38
-
-
Save tritao/867eab3b02ba48f263d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MCS [xammac] Mono.Security.dll | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerCertificate.cs(36,21): error CS0234: The type or namespace name `Interface' does not exist in the namespace `Mono.Security'. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/ServerContext.cs(31,21): error CS0234: The type or namespace name `Interface' does not exist in the namespace `Mono.Security'. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslClientStream.cs(35,21): error CS0234: The type or namespace name `Interface' does not exist in the namespace `Mono.Security'. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslServerStream.cs(34,21): error CS0234: The type or namespace name `Interface' does not exist in the namespace `Mono.Security'. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslStreamBase.cs(34,21): error CS0234: The type or namespace name `Interface' does not exist in the namespace `Mono.Security'. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslStreamBase.cs(186,21): error CS0246: The type or namespace name `ValidationResult' could not be found. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslStreamBase.cs(208,12): error CS0246: The type or namespace name `ValidationResult' could not be found. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslClientStream.cs(601,21): error CS0246: The type or namespace name `ValidationResult' could not be found. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslClientStream.cs(626,20): error CS0246: The type or namespace name `ValidationResult' could not be found. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslClientStream.cs(55,11): error CS0246: The type or namespace name `ValidationResult' could not be found. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslServerStream.cs(298,21): error CS0246: The type or namespace name `ValidationResult' could not be found. Are you missing an assembly reference? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment