如何修复错误代码 CS1705? (程序集 X 使用 Y,其版本高于引用的程序集 Y)
我在尝试构建 csproj 时遇到问题,尝试构建后出现以下错误:
“Error CS1705 Assembly 'System.DirectoryServices' with Identity 'System.DirectoryServices, Version=4.0.0.0, Culture=中性,PublicKeyToken=b03f5f7f11d50a3a'使用'System.ComponentModel.Primitives,版本=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a',其版本高于引用的程序集“System.ComponentModel.Primitives”,标识为“System.ComponentModel.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
这是带有 dll 的 csproj 代码参考文献: ProjectCSPROJ
I'm facing an issue when trying to build a csproj, after trying to build I get this single error:
"Error CS1705 Assembly 'System.DirectoryServices' with identity 'System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' uses 'System.ComponentModel.Primitives, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.ComponentModel.Primitives' with identity 'System.ComponentModel.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
And here's the csproj code with the dll refrences: ProjectCSPROJ
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论