添加项目引用,仅在构建之前起作用

发布于 2024-12-22 00:37:39 字数 348 浏览 1 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文