我正在构建一个Xamarin.Forms项目,我在启动项目时没有任何问题但是在尝试构建项目时突然间我得到以下异常:
Exception while loading assemblies: System.IO.FileNotFoundException:
Could not load assembly 'Windows.Foundation.FoundationContract,
Version=3.0.0.0, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist
in the Mono for Android profile Filename: 'Windows.Foundation.FoundationContract.dll'
我已经在我的项目中查找了Windows.Foundation
命名空间的位置,但我只能在iOS项目的AppDelegate.cs
和Main.cs
中找到对它的引用。
答案 0 :(得分:1)
显然异常有点令人困惑,因为它与另一个引用的程序集有关。删除该程序集后,Windows.Foundation.FoundationUniversalContract,一切正常。 当添加此引用的方式超出了我的范围。