Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ClickOnce 部署的项目。上一个版本,我发现 ClickOnce 添加了一个Microsoft.SqlServer.Diagnostics.Starace.dll作为先决条件。我不确定为什么要添加它。
Microsoft.SqlServer.Diagnostics.Starace.dll
似乎如果我在 GAC 中没有此文件的 pc 上编写项目,ClickOnce 不会将此文件添加为 prerequesite。我搜索了命名空间,但无法弄清楚我在哪里引用了这个 dll。
我的问题是:有没有一种方法或工具可以帮助我在哪里引用这个 dll?
您可以使用dependency walker来检查程序集的依赖关系。