I'm facing an issue with Visual Studio Community 2022, I've 3 projects in my solution. All projects have target framework .NET 3.0.
- Web Application(UI)
- Web Application(API)
- Class Library
I've set projects 1 and 2 as startup projects.
But now when I'm trying to run the project API project gets run successfully, but UI project not running, for the UI project Visual Studio giving an error.
Please help me to resolve this issue.
Thank you in advance.


