I have existing .Net libraries that already work for .Net 4.5 and Windows Phone 8. Now I would like to convert this to a portable class library, and suddenly I can no longer use it System.Net.Sockets.
I just tried .Net 4.5 and Windows Phone 8. The Xbox / store / silverlight application was not selected. Xamarin is automatically selected because it has the same requirements.
I can avoid sockets using interfaces and stuff, but why can't I use it if they both support it?
There are other stackoverflow questions about this, but they use xbox or metro applications.
source
share