You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
Missing method System.Net.Sockets.Socket::.ctor(SocketType,ProtocolType) in assembly /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll, referenced in assembly /home/dylan/.kre/packages/KRE-mono45-x86.1.0.0-alpha4-10274/bin/Microsoft.Framework.Runtime.dll
Method not found: 'System.Net.Sockets.Socket..ctor'.
The only overloads available on mono are:
public Socket (AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType)
public Socket (SocketInformation socketInformation)
The text was updated successfully, but these errors were encountered:
borgdylan
changed the title
Recent DTH commit uses a Socket constructor not available on mono (causes a crash)
Recent commit uses a Socket constructor not available on mono (causes a crash)
Aug 14, 2014
Looking at the line https://github.com/aspnet/KRuntime/blob/dev/src/Microsoft.Framework.Runtime/DefaultHost.cs#L171, a constructor not available on mono is being used triggering teh following exception:
The only overloads available on mono are:
public Socket (AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType)
public Socket (SocketInformation socketInformation)
The text was updated successfully, but these errors were encountered: