I have UWP, The debug and the Release versions work fine( visual studio 2017) . The release version passes all the windows app certification tests. The store version builds and passes the certification tests. However, when testing the store version XXX_2.1.0.0_x86.msixbundle, it crashes when accessing any of the App pdf files or when accessing any functionality related to the OpenCV dlls.
The pdf files are in Assets folder.
the Dlls have been added through visual studio and "content" property is set to YES, and are present in the appropriate AppX folder.
From what I can gather from my testing, it seems like the pdf files and the dlls are not present in the store bundle. What am I missing?? Any help would be appreciated.