When I configure my UWP app to build on release it compiles fine, but during runtime I receive lots of exceptions:
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.Reflection.Core.dll
Exception thrown: 'System.PlatformNotSupportedException' in System.Private.Interop.dll
Exception thrown: 'System.AggregateException' in System.Private.Threading.dll
Why is this happening? And what should I do to resolve this problem?