Publish - Move to Framework Independent did not work

Dani_S 4,501 Reputation points
2025-03-17T11:05:45.7066667+00:00

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

User's image

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,

Developer technologies | .NET | .NET MAUI
{count} votes

1 answer

Sort by: Most helpful
  1. Dani_S 4,501 Reputation points
    2025-03-20T08:05:42.5966667+00:00

    I moved to self contained.

    Thanks.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.