小编Rak*_*mar的帖子

Xamarin:无法加载程序集XLabs.Forms.Control FileNotFoundException错误

我正在尝试在我的内容页面中使用ImageButton控件.我从nuget添加了'XLabs.Forms.Controls'包.但在我的xaml中它会抛出FileNotFoundException错误.

System.IO.FileNotFoundException:无法加载文件或程序集"XLabs.Forms.Controls"或其依赖项之一.该系统找不到指定的文件.

我已将命名空间定义为我的xaml,如下所示:

xmlns:controls="clr-namespace:XLabs.Forms.Controls;assembly=XLabs.Forms"
Run Code Online (Sandbox Code Playgroud)

xaml xamarin xamarin.forms

1
推荐指数
1
解决办法
747
查看次数

标签 统计

xamarin ×1

xamarin.forms ×1

xaml ×1