VS2017新建了一个Winform项目,运行,报错:Visual Studio Remote Debugger(MSVSMON.EXE)failed to start

C# 运行报错:Visual Studio Remote Debugger(MSVSMON.EXE)failed to start

研究了一分钟,找到了解决办法:设置一下调试平台即可。

C# 运行报错:Visual Studio Remote Debugger(MSVSMON.EXE)failed to start

新建项目默认的调试平台是Any CPU, 这里要改成x86或者x64。如果没有就新建一个。

问题解决。

相关文章:

  • 2021-07-07
  • 2021-08-25
  • 2022-12-23
  • 2021-09-12
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2021-11-24
  • 2022-12-23
  • 2021-10-12
  • 2021-10-19
  • 2021-08-13
相关资源
相似解决方案