Visual Studio,当我已经添加此引用时,程序集中未引用编译器错误 CS0012 类型
I don't understand.
The code shows an error asking for an assembly which I already added (Eto.dll)
The required version tallies with the current dll I have.
what am I missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您需要在 Rhino 插件中引用 Eto.Wpf.dll,可以使用 RhinoWindows 包- 在项目中。 RhinoWindows 和 Rhinocommon 软件包在编译期间明确不会将其程序集复制到输出目录,因为它们已经包含在 Rhino 安装中(您可以看到 RhinoWindows.targets nuget.info 上的文件)。
The RhinoWindows package can be used if you need to reference Eto.Wpf.dll in a Rhino plug-in project. The RhinoWindows and Rhinocommon packages explicitly do not copy their assemblies to the output directory during compile, since they are already included in the Rhino installation (you can see the RhinoWindows.targets file on nuget.info).