Failed to load clrcompression file or assembly, xamarin forms UWP

During OnLaunched in Xamarin.Forms.Forms.Init (e); application throws System.IO.FileNotFoundException Failed to load file or assembly clrcompression,

I have the following dependencies

"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2", "Newtonsoft.Json": "9.0.1", "System.Collections.Immutable": "1.2.0", "Xamarin.Forms": "2.3.1.114" 

All sample xamarin apps for uwp work without problems.

UPDATE: An exception is thrown now, unknown reason. The only known difference is that I added and then removed the xlabs dependencies. I think this caused a restructuring of the broken dependency graph ?!

It would be nice to know how to debug these problems with dependency graphs.

+5
source share

All Articles