C# 无法加载程序集';Microsoft.VisualBasic.Activities.Compiler,…也许它没有';Mono for Android配置文件中不存在吗?

C# 无法加载程序集';Microsoft.VisualBasic.Activities.Compiler,…也许它没有';Mono for Android配置文件中不存在吗?,c#,xamarin.android,C#,Xamarin.android,加载程序集时出现异常:System.IO.FileNotFoundException:无法加载程序集“Microsoft.VisualBasic.Activities.Compiler,版本=10.0.0.0,区域性=中性,PublicKeyToken=b03f5f7f11d50a3a”。也许它不存在于Mono for Android配置文件中 这是我第一次尝试Xamarin,我已经创建了一个webapi,我的目标是在安卓系统的点击按钮上输入数据。我正在使用async和wait调用HttpWeb

加载程序集时出现异常:
System.IO.FileNotFoundException:无法加载程序集“Microsoft.VisualBasic.Activities.Compiler,版本=10.0.0.0,区域性=中性,PublicKeyToken=b03f5f7f11d50a3a”
。也许它不存在于Mono for Android配置文件中

这是我第一次尝试
Xamarin
,我已经创建了一个
webapi
,我的目标是在安卓系统的点击按钮上输入数据。我正在使用
async
wait
调用
HttpWebRequest
。我不知道为什么它突然开始抱怨。有什么建议可以解释我为什么会犯这个错误吗