无法在 Windows 服务中引用 dll

发布于 2024-09-10 14:41:50 字数 312 浏览 2 评论 0原文

我在 VS 2010 中创建了一个 Windows 服务,它引用方便地放置在编译为 dll 的单独项目中的模型。我在解决方案的其他部分(Web 应用程序)中引用此 dll 没有问题,但在我的 Windows 服务中显示以下症状:

  1. 编译器错误:找不到类型或命名空间 %%%(您是否缺少...
  2. 我 对 %%% 的引用(直接添加到 dll 副本或项目,没有什么区别)。
  3. 错误
  4. 编译
  5. 再次出现。

fw4 时,

使用

添加 当然使用第三方和微软的其他dll。

I've created a windows service in VS 2010 which references the model conveniently placed in a separate project which compiles to a dll. I have no problem referencing this dll in other parts of my solution (web apps), but in my windows services the following symptoms display:

  1. Compiler error: The type or namespace %%% cannot be found (are you missing....
  2. I add a reference to %%% (directly to a dll copy or to the project, makes no difference).
  3. The compile error dissapears.
  4. I build.
  5. The compile error reappears.

Using fw4.

What's up with that?

Edit: I can add and use other dlls ofcourse. Third party and microsoft's.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陌上青苔 2024-09-17 14:41:50

清除你的调试和释放创建的文件夹并尝试进行完整的“重建”

Clear out your Debug & Release folders that are created and try doing a full "Rebuild"

云雾 2024-09-17 14:41:50

请务必检查您的警告消息。

无法解析 System.Web.Extensions 程序集

Always check your warning messages.

System.Web.Extensions Assembly cannot be resolved

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文