Resource.Designer.cs文件未正确更新

时间:2016-06-14 12:32:27

标签: xamarin.forms zxing

我正在尝试使用Xamarin表单构建一个简单的条形码扫描器,并且我正在使用ZXing Library(我手动复制/添加了Dlls)。 当我构建项目时,我得到以下错误:

'Resource.Id' does not contain a definition for'contentFrame' 'Resource.Layout' does not contain a definition for 'zxingscanneractivitylayout' 'Resource.Layout' does not contain a definition for 'zxingscannerfragmentlayout'

我在发布之前做了我的研究,我知道这个错误与" Resource.Designer.cs"文件没有更新但我老实说不知道如何解决这个问题。 我也发现这个老帖子有同样的问题 [Unknown globals when installing ZXing Scanner 但没有任何建议对我有用。

任何想法,如何修复此错误,感谢您的帮助。

编辑:我使用的是Visual Studio Enterprise 2015和Xamarin Forms v2.2.0.45

1 个答案:

答案 0 :(得分:2)

只需更新到Zxing.Net.Mobile 2.1.0.1 beta prelease ,错误就会消失。

这个问题广为人知

Xamarin bugzilla

Issue on Github repository of Zxing