C#C
C#โ€ข12mo ago
Destination Unknown

Visual Studio integration with Docker Compose not functioning as expected.

Hello, I have on solution level a docker-compose file which I use to containerize my application. In Visual Studio I have because of this also a start button with Docker Compose. Yesterday I decided to make some changes in my Docker-compose file. Yet because of this I am unable to launch my project again.

The active launch profile Docker Compose is not valid. The services 'blob-storage' used in launch profile are not present in the docker compose files.


When I click on this error message, Visual Studio redirects me to this file: Microsoft.VisualStudio.Docker.Compose.targets. I have tried to clean and rebuild the project but I have no clue on how to resolve this issue. Deleting this file is discouraged either.
Was this page helpful?