最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

Net 4.5 WebSocket 在 Windows 7, Windows 8 and Server 2012上的比较以及问题

业界 admin 6浏览 0评论

Net 4.5 WebSocket 在 Windows 7, Windows 8 and Server 2012上的比较以及问题

Net 4.5 WebSocket在Windows 8, Windows 10, Windows Server 2012可以,但是在Windows 7, 就会报错。

错误1、“一个文件正在被访问,当前无法使用该文件”

错误2、“参数无效”

错误3、throws a PlatformNotSupportedException.

 

解决方法:

Net 4.5 WebSocket Server 可以运行在 Windows 7,但是Net 4.5的 ClientWebSocket 不支持 Windows 7,

只支持 Windows 8 and Server 2012,

但是可以使用第三方类库来支持Net 4.5 WebSocket 在win7,Windows 7上使用,

具体参考如下:

  • https://github/statianzo/Fleck
  • http://vtortola.github.io/WebSocketListener/
  • http://superwebsocket.codeplex/
  • https://archive.codeplex/?p=websocket4net

Net 4.5 WebSocket 在 Windows 7, Windows 8 and Server 2012上的比较以及问题

Net 4.5 WebSocket在Windows 8, Windows 10, Windows Server 2012可以,但是在Windows 7, 就会报错。

错误1、“一个文件正在被访问,当前无法使用该文件”

错误2、“参数无效”

错误3、throws a PlatformNotSupportedException.

 

解决方法:

Net 4.5 WebSocket Server 可以运行在 Windows 7,但是Net 4.5的 ClientWebSocket 不支持 Windows 7,

只支持 Windows 8 and Server 2012,

但是可以使用第三方类库来支持Net 4.5 WebSocket 在win7,Windows 7上使用,

具体参考如下:

  • https://github/statianzo/Fleck
  • http://vtortola.github.io/WebSocketListener/
  • http://superwebsocket.codeplex/
  • https://archive.codeplex/?p=websocket4net
发布评论

评论列表 (0)

  1. 暂无评论