I have a Blazor Server .Net 8 web application. I right click the project and select Add > .Net Aspire Orchestrator Support.
It add the two Projects (AppHost, Service Defaults) to my Solution. The AppHost project is my select Build project. I select Run the app in Debbug mode but it fails and I get teh attached Error.
Any idea what is wrong, seems like its trying to convert a string to a boolean?
Many thanks in advance
