Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Winforms 应用程序中使用第三方控件(dll)。我可以将控件集成到工具箱中,然后将其拖放到 Windows 窗体中。这一切都有效。但在编译过程中,我收到错误消息:
找不到类型或命名空间名称“....”(您是否缺少 using 指令或程序集引用?)
该库还可以在参考资料(解决方案资源管理器)下方看到。但是缺少相应的“使用语句”。我也无法手动添加 using...。Intellisence 没有向我提供丢失的项目。那么这里有什么问题呢?
我 99% 确定您项目的目标框架设置为 .net 框架客户端配置文件。改变它,一切都会好起来的。