Remote debugging in visual studio: remote debugger does not support this edition of windows

前端 未结 4 1473
無奈伤痛
無奈伤痛 2021-02-01 06:04

I am trying to remote debug my application in VMware workstation 7 and Visual studio 2010 ultimate. I habe several images (win 7 ultimate,vista,etc).

I am following this

4条回答
  •  Happy的楠姐
    2021-02-01 06:28

    If you are debugging a .NET app using the VMWare VS Plugin and are getting a "file not found" type of error...make sure you have the .NET runtime installed! :)

    Like a moron, I set up a fresh XP VM and forgot to install the .NET runtime and wasted a good day trying to get the VMWare VS Plug-In to work!

提交回复
热议问题