类型或命名空间名称“DevExpress”;找不到——错误
我尝试将 DevExpress 与 vs2010 一起使用,并收到该错误。
它来自行 private DevExpress.XtraTreeList.TreeList treeList1;
但我已经有一个对 DevExpress.XtraTreeList.v9.3
的引用,并将那里的复制
本地标志设置为 true 。
我怎样才能解决这个问题?
I am trying to use DevExpress with vs2010 , and got that error .
It comes from line private DevExpress.XtraTreeList.TreeList treeList1;
But I have already a Reference to that DevExpress.XtraTreeList.v9.3
and have there copy
local flag set to true.
How i can solve that issue ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
DevExpress.XtraTreeList.v9.3 依赖于其他程序集来运行。确保您还拥有以下参考资料:
希望这会有所帮助。
DevExpress.XtraTreeList.v9.3 depends on other assemblies to run. Make sure you also have the following references:
Hope this helps.
该类可能在该版本的程序集中不存在。您是否尝试过使用对象浏览器来导航命名空间树?
It's possible that the class doesn't exist in that version of the assembly. Have you tried using Object Browser to navigate the namespace tree?