I moved to self contained.
Thanks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have MAUI app in .NET 9.
When making setup with installshield i first install dotnet runtime 9.
and later include Maui app + WPF app + stand alone app- log decoder in one setup.
The app call in runtime to WPF application using Process Info class.
When I publish WPF application I used self contained and everything work.
But when I moved to Framework Independent the apps( WPF app + stand alone app- log decoder) did not work.
This message I got from stand alone app- log decoder
why ?
I used window 10 + window 11 ?
Update
The problem is that MAUI as exe call to WPF app in runtime using Process Info class.
And I published WPF as self contained and everything works, but when I moved to
framework independent is not work.
Thanks,
I moved to self contained.
Thanks.