vrbsm
vrbsm

Reputation: 1218

windows phone 8 - I want create chat using socket

I use visual studio express 2012, i not unable install the SocketIO4Net.

error:  -  Could not install package 'SocketIO4Net.Client 0.6.26'. You are trying to install this package into a project that targets 'WindowsPhone,Version=v8.0', 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.

Now i am using a TCP socket client app for Windows Phone 8.

Using this socket above, in my device show connected but in the log of server node nothing happens.

Upvotes: 0

Views: 467

Answers (1)

Suren
Suren

Reputation: 70

You will not be able to do that with NuGet, What you should do is download the files, and add ONE BY ONE to your project, you need a lot of stuff for adding, Then you would use Client.cs for connecting to the server, But still if your server requires cookies and SID, than you have some more stuff to do

Upvotes: 1

Related Questions