从UWP javascript应用程序调用Windows 10组件时。我不断收到系统找不到指定文件的异常。这意味着什么?调试器显示我可以访问Windows组件,并且还设置了参考。
我尝试重命名文件和文件夹,然后重新编译。各种各样的东西。 甚至开始了一个新项目并重新添加了东西。
在UWP应用中html页面的main.js中。
function go() {
var a = RuntimeComponent.Scale.getAnswer();
// exception "system cannot find the file specified" also WWAHost.exe is issueing that I think..
// its a uwp thing … not sure what file its referencing it cant find.
//except maybe my C# class
}