❔ Visual Studio 2022 - Debugging error on trying to launch Performance Profiler
Hey!
I'm trying to find the issue behind an error message I'm getting when I try to launch Visual Studio's Performance Profiler over my docker-compose C# project.
The error I get is: "Debugging Error: Unable to find the target operating system for the project <my project name>.
My docker-compose project launches multiple projects (microservices), and I'm only getting this error for 2 of them.
Where does Visual Studio typically search for the target operating system associated with the project? Any ideas on where should I check the target operating system for each project?
This is my docker-compose:
Thanks! ^~^
2 Replies