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
Not knowing your 'myurl' value - IIRC, you must have the protocol/prefix in front of 'myurl' - for example, '192.168.1.1' will not work, but 'http://192.168.1.1' should.
if i tried to download the plugin through nuget im getting the below error.
Severity Code Description Project File Line Suppression State
Error Could not install package 'EngineIoClientDotNet 1.0.3'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. 0
i working with xamarin forms. my .net framework is 4.5
here is my code.
var socket = new Socket(myurl);
socket.On(Socket.EVENT_OPEN, () =>
{
can anyone suggest me? what im doing wrong?
The text was updated successfully, but these errors were encountered: