2014-07-22 48 views
0

我使用visual studio express 2012,我無法安裝SocketIO4Net。windows phone 8 - 我想使用套接字創建聊天室

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. 

現在我正在使用TCP socket client app for Windows Phone 8

使用此套接字上面,在我的設備顯示連接,但在服務器節點日誌中沒有任何反應。

+0

幫助幫助幫助 – vrbsm

+0

鏈接TCP套接字客戶端應用程序的Windows Phone 8.沒有得到使用。 – vrbsm

+0

現在我正在使用websocket4net,但我無法發送消息。 – vrbsm

回答

1

你不能用NuGet做到這一點,你應該做的就是下載文件,並將ONE BY ONE添加到你的項目中,你需要添加很多東西,然後你可以使用Client.cs連接到服務器,但仍然如果你的服務器需要cookie和SID,比你有更多的東西要做

+0

thaks,但問題解決了。 – vrbsm

+0

我使用了庫socketio4net,它幫了我很多 – vrbsm

+0

我要告訴你,你需要使用socketIO4Net,但你已經解決了它:) – Suren