MissingMetadataException when building Release version of UWP app

441 Views Asked by At

I have an app that runs perfectly in Debug mode but causes this error in Release mode. System.Reflection.MissingMetadataException Additional information: 'Windows.ApplicationModel.Resources.ResourceLoader'

I have read that because the Release version compiles to .NET Native, I need to add a reflection directive to the default.rd.xml file.

Any help would be appreciated.

0

There are 0 best solutions below