Resource.Designer.cs 文件未正确更新
Resource.Designer.cs file not updating correctly
我正在尝试使用 Xamarin 表单构建一个简单的条码扫描器,并且我正在使用 ZXing 库(我 copied/added 手动 Dll)。
当我构建项目时出现以下错误:
'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'
我在 post 之前做了研究,我知道这个错误与 "Resource.Designer.cs" 文件没有更新有关,但老实说我不知道如何解决这个问题。
我也发现这个旧的 post 有同样的问题
[
但没有任何建议对我有用。
任何想法,如何修复此错误,感谢您的帮助。
编辑:我正在使用 Visual Studio Enterprise 2015 和 Xamarin Forms v2.2.0.45
只需更新到 Zxing.Net.Mobile 2.1.0.1 beta prerelease,错误就会消失。
这个问题广为人知
我正在尝试使用 Xamarin 表单构建一个简单的条码扫描器,并且我正在使用 ZXing 库(我 copied/added 手动 Dll)。 当我构建项目时出现以下错误:
'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'
我在 post 之前做了研究,我知道这个错误与 "Resource.Designer.cs" 文件没有更新有关,但老实说我不知道如何解决这个问题。
我也发现这个旧的 post 有同样的问题
[
任何想法,如何修复此错误,感谢您的帮助。
编辑:我正在使用 Visual Studio Enterprise 2015 和 Xamarin Forms v2.2.0.45
只需更新到 Zxing.Net.Mobile 2.1.0.1 beta prerelease,错误就会消失。
这个问题广为人知