我有Windows平板电脑的8.1更新。我正在尝试构建我的应用程序的8.0和8.1版本。我没有问题把我的应用程序从Visual 2013 (Windows8.1版本)部署到设备上。但是,当我尝试从Visual 2012 (Windows8.0版本)部署该应用程序时,它说:
Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor named 'tablet:4018'. The remote debugger is not an acceptable version.Remote Tools 2012拒绝在8.1平板电脑上运行,它说.dll签名不兼容。
发布于 2013-11-22 11:12:21
您必须在平板电脑上安装2012年远程调试器工具。之后,您也可以同时安装2013版本。
https://stackoverflow.com/questions/20124611
复制相似问题