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.