Forum Discussion
Mark_Olbert
Apr 05, 2022Copper Contributor
MSIX Appears to Not Include System.Text.Encodings.Web
I posted about this over at https://docs.microsoft.com/en-us/answers/questions/801484/winui-3-app-runs-on-development-machine-crashes-el.html before stumbling across this forum. I won't repeat al...
Mark_Olbert
Apr 20, 2022Copper Contributor
Thanx for the reply. After posting this I learned about the Packaging Tool and was able to confirm the DLL was included in the MSIX. Turns out the problem had to do with an exception being thrown within an exception handler I'd written for my logging subsystem. Apparently that was deep enough that it just blew away the app when it occurred, leaving a trail of "off topic" and unhelpful messages (like System.Text.Encodings.Web being missing).
Apr 20, 2022
Glad that you got to the bottom of that. We ALL want to see more MSIX packages out there!