Skip to content

Instantly share code, notes, and snippets.

@tritao
Created January 5, 2016 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tritao/867eab3b02ba48f263d7 to your computer and use it in GitHub Desktop.
Save tritao/867eab3b02ba48f263d7 to your computer and use it in GitHub Desktop.
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