Replies: 1 comment 5 replies
|
Hello, Dhika!
You must open solutions in Visual Studio 2022 or 2026, since the 2019 edition is outdated. It might not support the latest TFMs (SDKs 8, 9, 10).
Actually, the startup project should be Ocelot! 😄 Good luck! |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello all...
I have clone this project. then i open the file Ocelot.sln with visual studio 2022
currently startup project is Ocelot.Testing. when i try to debug, i got popup error

then i ask the chatgpt, got advise to set another startup project that executeable. i try set startup project to Ocelot.ManualTest


when i try to debug, i get exception in Program.cs
i have read the readme.md, then i install the Ocelot nuget. but still not solving.
is there anyone can give me advise ?
All reactions