[Windows 10] PDFViewCtrl.OpenURLAsync throw native excetion

Hi, I’m using PDFNet version PDFNetWindows10UniversalApps_6.5.3.42683

I’m trying to use OpenURLAsync function, but it never worked for me

The setup is simple

  1. Initialize the PDFNet
  2. Create new PDFViewCtrl
  3. Set the PDFViewCtrl to child of a border
  4. call PDFViewCtrl.OpenURLAsync(“link”)
    I’ve create a sample project that will throw exception when you click on the only button at the top left corner

https://github.com/cuoilennaocacban/00-11-W10-PDFTronOpenURLAsyncSample

Thanks