【发布时间】:2020-11-14 14:16:46
【问题描述】:
每次尝试将 UWP 应用部署到本地设备时,我都会收到此错误。
Severity Code Description Project File Line Suppression State Error DEP6957: Failed to connect to device '127.0.0.1' using Universal Authentication. Please verify the correct remote authentication mode is specified in the project debug settings. COMException - No connection could be made because the target machine actively refused it. (Exception from HRESULT: 0x8007274D) [0x8007274D] Voip
我对如何解决这个问题的想法绝对是零,因为似乎有这个问题的其他人都在尝试连接到远程设备。
【问题讨论】:
-
Google 在查找“无法使用通用身份验证连接到设备 '127.0.0.1'”并由 social.msdn.microsoft.com 托管时返回的第二个条目可能与您遇到的问题有关实验。
-
@Frant 我已经在我的设备上启用了开发者模式
-
@Scronz:我明白了。好处是您并不孤单,因为至少有其他人在连接到非远程设备时遇到了这个问题。
标签: uwp