无法在 Windows 服务中引用 dll
我在 VS 2010 中创建了一个 Windows 服务,它引用方便地放置在编译为 dll 的单独项目中的模型。我在解决方案的其他部分(Web 应用程序)中引用此 dll 没有问题,但在我的 Windows 服务中显示以下症状:
- 编译器错误:找不到类型或命名空间 %%%(您是否缺少...
- 我 对 %%% 的引用(直接添加到 dll 副本或项目,没有什么区别)。
- 错误
- 编译
- 再次出现。
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:
- Compiler error: The type or namespace %%% cannot be found (are you missing....
- I add a reference to %%% (directly to a dll copy or to the project, makes no difference).
- The compile error dissapears.
- I build.
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
清除你的调试和释放创建的文件夹并尝试进行完整的“重建”
Clear out your Debug & Release folders that are created and try doing a full "Rebuild"
请务必检查您的警告消息。
无法解析 System.Web.Extensions 程序集
Always check your warning messages.
System.Web.Extensions Assembly cannot be resolved