0x80070002 - JavaScript runtime error: The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly

0

I am trying to develop a Cordova Uwp application which has a cordova plugin . This cordova plugin accesses a .winmd file(which is a winrt application), and I added a dll as a reference to the winrt application.

But at the runtime winrt application could not find this dll file.

Thanks,

0x80070002 - JavaScript runtime error: The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'XXXXX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

WinRT information: System.IO.FileNotFoundException: Could not load file or assembly 'XXXXXX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

uwp
windows-runtime
cordova-plugins
asked on Stack Overflow Apr 16, 2019 by Avishek Nath

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0