UWP Xamarin.Forms' System.IO.FileNotFoundException'发生在System.Private.Reflection.Core.dll中

时间:2018-01-19 11:18:08

标签: c# visual-studio xamarin xamarin.forms uwp

我的UWP应用程序在 Xamarin.Forms.Forms.Init(e,程序集)上崩溃 **抛出异常:

  

' System.IO.FileNotFoundException'在   System.Private.Reflection.Core.dllFileNotFound_AssemblyNotFound,   clrcompression **

如果我从异常设置中取消选中' System.IO.FileNotFoundException' ,应用程序不会崩溃,但它不是最佳解决方案,因为如果我取消选中此异常我还有另一个存储API问题(我无法使用StorageFolder来获取文件,因为执行没有返回,也没有抛出异常)。 我不知道这个问题是否可以在第一个例外情况下得到解决,但是 任何人都可以解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

问题是我使用async/await时的Storage API方法,对于 System.IO.FileNotFoundException ,我不得不更新 Visual Studio。 < / p>