Xamarin UWP Faulting module name: windows.ui.xaml.dll

190 views Asked by At

I have a strage bug on a UWP app.

Everything worked great until yesterday, also releasebuild on azure. Now I get the error Faulting module name: Windows.UI.Xaml.dll with the release build (on azure) as well as with the debug in visual studio.

This error occurs after I merged code changes from submodules that are not related to the UWP app into the develop branch. There are only small adjustments of method parameters, object structures and sync data with an api. If i Checkout the old commit it's work again.

Strangely I have this problem localy and with the Azure release build. 2 other developers have no problems locally on debug and release build.

What I have already tried:

I have no idea what else to try to fix the problem. Maybe someone facing the same or have an idea how to fix this?

0

There are 0 answers