Forum Discussion
Valdimar_Thor
Apr 28, 2022Copper Contributor
DLLs missing when running MSIX packaged Application after updating from .NET Framework 4.8 to .NET 6
Hi, I've been using MSIX now for a few years without any real issues for my WPF .NET Framework 4.8 application, but after updating it to .NET 6 I'm getting errors with missing dlls. to create...
- May 03, 2022
Consider this closed.
I'm using the PRISM library and it's config catalog to load the dlls and that seems to be the problem. As soon as I changed it to the default module catalog, everything worked as intended.
Valdimar_Thor
May 03, 2022Copper Contributor
Consider this closed.
I'm using the PRISM library and it's config catalog to load the dlls and that seems to be the problem. As soon as I changed it to the default module catalog, everything worked as intended.