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 ==========

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

  • 相关阅读:
    ThinkPHP框架基础知识
    ajax分页练习
    实例练习:购物车
    事件
    ajax基础
    jQuery事件
    jQuery基础
    PHP制作登录注册页面
    iview里tree组件改造
    Vue CLI及其vue.config.js(一)
  • 原文地址:https://www.cnblogs.com/hupo376787/p/13819839.html
Copyright © 2011-2022 走看看