zoukankan      html  css  js  c++  java
  • The remote debugger is older than this version of Visual Studio 2019, and Visual Studio is no longer compatible with it. Upgrade your remote debugger to match Visual Studio.

    之前一直使用VS2019来打包到Xbox上,但是这两天有一个项目,只能用2017部署,于是下载了vs2017,然后这个2017的项目顺利打包到Xbox,但是2019的项目却部署失败,显示错误信息如下。

    Unable to connect to the Microsoft Visual Studio Remote Debugger named '192.168.31.192:8116'. The remote debugger is older than this version of Visual Studio 2019, 
    and Visual Studio is no longer compatible with it. Upgrade your remote debugger to match Visual Studio.
    ========== Build: 1 succeeded, 0 failed, 4 up-to-date, 0 skipped ========== ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

    最后没办法,只好重置主机,重新激活,解决了。。。

  • 相关阅读:
    coredns bug
    Android的Sepolicy
    漫谈fork
    ftrace总结
    Framebuffer
    .net core 5 发送windows10桌面通知
    test_app 测试环境搭建
    GitHub骚操作
    git基于某分支创建新分支
    mysql导入数据load data infile
  • 原文地址:https://www.cnblogs.com/hupo376787/p/13819839.html
Copyright © 2011-2022 走看看