Why not connect from WinRT app(on StreamSocket) to win32 app(on QTcpSocket)

前端 未结 1 1707
闹比i
闹比i 2021-01-26 02:50

I\'m developing a Windows 8.1 chat client app with metro app and win32 desktop. Problem in not connected from winrt app to win32 app on Tcp socket - exception connected failed w

相关标签:
1条回答
  • 2021-01-26 03:29

    Windows Store apps by default are blocked from connecting to other apps on the same machine.

    This block can be suppressed during debugging or (as of the Windows 8.1 Update) bypassed for side-loaded apps (chue x's links and "can't be done" comment are true for Windows 8, but now out of date).

    There is no certifiable way to loop back for an app deployed through the store.

    See How to enable loopback and troubleshoot network isolation (Windows Store apps) and Using network loopback in side-loaded Windows Store apps

    0 讨论(0)
提交回复
热议问题