繁体   English   中英

Silverlight应用程序未在Windows Phone 10上运行

[英]Silverlight app not running on Windows Phone 10

我们有一个为Windows Phone 8编写的Silverlight应用程序。

公司中的每个人都已升级到Windows Phone 10 ,该应用程序仍可以从Microsoft Store安装并完美运行。 除了一部手机! 解锁手机进行开发并在调试中运行会在输出中出现以下错误...

Exception thrown: 'System.IO.FileNotFoundException' in mscorlib.ni.dll
Exception thrown: 'System.TypeLoadException' in mscorlib.ni.dll

获取FileNotFoundException的详细输出将得到以下结果...

Additional information: Could not load file or assembly 
'System.Windows.RuntimeHost, Version=2.0.6.0, 
Culture=neutral, PublicKeyToken=7cec85d7bea7798e' 
or one of its dependencies. The system cannot find the file specified.

System.Windows.Runtimehost dll是用于运行Silverlight应用程序的主机。 那可以解释为什么它不运行。 但是如何从电话中而不是从其他任何电话中丢失呢?

我们尝试将手机恢复出厂设置,但仍然无法正常工作。

其他人似乎如此,有什么想法吗?

我设法从一个有效的Microsoft论坛中得到了建议。

我使用Windows设备恢复工具 ,该工具允许下载新图像,然后将其安装在手机上。 它会自动为您的手机品牌/型号下拉正确的图像。 我认为这些托管在Microsoft。 用新图像更新手机后,它可以按预期工作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM