I have an app writing in .NET5
I use MSI installer to deploy the app on other machines.
Locally, the app works well.
But while installing on another machine, clicking on the executable doesn't work. The app isn't launching.
In the event viewer I see this:
.NET Runtime error:
An assembly specified in the application dependencies manifest (MyApp.deps.json) was not found:
I'm using VS 22.
.NET 5 Runtime installed on the machine.
Is there an issue with using ClickOnce with .NET 5?