添加项目引用,仅在构建之前起作用
我有一个 winforms 应用程序和 2 个 lib 项目,
我正在为两个 lib 项目添加对 winform 项目的项目引用
,其中一个 lib 项目我遇到了一个奇怪的问题。
我正在添加项目参考 在 cs 文件中,我添加了 using 语句,并且智能感知找到了新添加的 lib 项目。 一切正常 一旦我构建 winform 项目/构建所有,我收到错误:
错误 5 找不到类型或命名空间名称“Common”(您是否缺少 using 指令或程序集引用?)
我检查了构建顺序和 Common lib项目是第一个..所以我不知道为什么我不能使用这个程序集
任何想法?
谢谢。
i got a winforms application and 2 lib projects
i'm adding project reference to the winform project for both lib projects
with one of the lib projects i got a strange problem.
I'm adding Project reference
In the cs file i'm adding the using statement and the intellisense find the newly added lib project.
all works good
once i build the winform project / build all i got an error:
Error 5 The type or namespace name 'Common' could not be found (are you missing a using directive or an assembly reference?)
I checked the build order and the Common lib project is the first one.. so i dont have any idea why i can't use this assembly
any ideas ?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论