My project resides on the web server, where only VS 2017 is installed. We just purchased a VS 2019 subscription, and installed only on my Workspace to test how each project responds to the new version. When I open and run the project in my Workspace session, using VS 2019, I get a remote debugging error (see attached). I discovered the path to the Remote Debugger (MSVSMON.EXE) is clearly different between the two versions of Visual Studio. I would expect that is the problem; when I run/build the project from my session using VS 2019, it's looking for the MSVSMON.EXE file, in the location that version VS 2019 says it exists. However, the VS 2017 location of this file is quite different.
The plan is to update to VS 2019 on the server, where the project lives, but we need to make sure all of our projects will open and compile in the new version before installing it on the server.