【发布时间】:2023-03-20 09:50:02
【问题描述】:
我必须构建一个使用 Microsoft.Enterprice 库的解决方案。我安装了库but VS still can't find the library。我无法对解决方案进行更改(它非常大)。可以为 VS 全局添加库吗? Т提前致谢。
【问题讨论】:
-
“VS 仍然找不到库”是什么意思。你能描述一下你所看到的吗?您是否收到编译错误?您是否在解决方案资源管理器中看到错误图标?请具体。
-
我收到了大约 150 条类似这样的消息 AccumMessageBox\Implementation\ErrorMessage.cs(1,17): error CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (您是否缺少程序集参考?) [D:\correct\tick\src\gui\xxx\xxx\xxx.csproj] 我使用命令行 make 命令构建我的解决方案。我安装了库,将库的路径添加到环境变量%PATH%,但问题仍然存在。
标签: c# visual-studio dll