标签: visual-studio xamarin.forms
我在包含此文本的Visual Studio Mac中收到错误:
[blah blah blah...] add the following binding redirects to the "runtime" node in the application configuration file: [...blah blah blah]
...谁能告诉我“运行时”节点是什么,以及应用程序配置文件在哪里?
答案 0 :(得分:1)
问题是Visual Studio的这个输出是误导性的。错误本身(您没有在报价中包含)是真实的和ontopic,但此错误消息中包含的建议解决方案不适用于您正在处理的平台。
在经典的Visual Studio(Windows,C#等)项目中,您将拥有一个app.config文件。此文件的一部分是配置\运行时路径,您可以在其中设置binding redirects以解决程序集之间的版本冲突。
app.config
binding redirects