问题描述
我的 UWP 应用的很多用户都在 System.IO.FileNotFoundException
代码调用了Windows.Media.SpeechSynthesis.SpeechSynthesizer..ctor()
的默认构造函数
Windows.Media.SpeechSynthesis.SpeechSynthesizer
我有一个用户的以下堆栈跟踪,其他人也报告了类似的堆栈跟踪。我没有在本地机器上遇到此异常,因此无法进一步调试。
知道如何进一步调试或修复它吗?
private SpeechSynthesizer _speechSynthesizer = new SpeechSynthesizer();
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)