I'm writing a new UWP app, using Azure DevOps with Git for source control. I'm doing development between my laptop and my desktop. I can debug the project fine on my laptop, but I cannot on my desktop. When I try I get this error message:
Unable to start debugging. The startup project could not be launched.
That's all it says. I started this project on my laptop, pushed it to Azure DevOps and have been developing on both the desktop and laptop. This is the first time I've tried debugging on both machines. Like I said, it worked fine on the laptop, but failed with the above error on the desktop. Don't understand what I've done wrong, but guess that I have. I'm using VS 2017, version 15.9.4
The application I'm working on is not a Core application. For that reason, I do not believe that this post elsewhere on Stack Overflow applies.