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.
有没有办法找出以前在发布模式或调试模式下部署到 2010 共享点站点的共享点解决方案?
谢谢,
KS
有一个类似的问题可以在这里找到。简而言之,有一个名为 .Net Assembly Information 的实用程序可以为您提供所需的信息。该实用程序可以从这里下载。
您可以使用来自 Nirsoft 的出色工具 GacView:http ://www.nirsoft.net/dot_net_tools/gac_viewer.html如果 dll 现在存储在 gac 中并且您没有更多的初始包。它将允许您查看全局程序集缓存并在需要时使用其他工具收集更多信息,因为您可以将 dll 导出到磁盘并使用其他工具(如 Matt 指出的工具)和平分析它。