Search code examples
wpfvisual-studio-2022

Visual Studio 2022 Keeps Trying to Remote Debug When Remote Is Off


I have a project that at one point I did some remote debugging. It found the issue and fixed it. I then turned off remote debugging, but when I try to run the project it is still trying to remote debug. I have deleted the hidden .vs folder thinking that may do it. Is this in a settings file or something? Thank you for any help.

Remote Debug Off

Error

Please ignore the 426 warnings :) I am fixing those.


Solution

  • So, for anyone out there that may have this issue. I turned remote debugging back on, connected to the remote machine to debug. I then cleared the machine name out and turned off remote debugging and now it works locally.