为第三方 DLL 指定强名称

发布于 2024-12-15 16:03:27 字数 465 浏览 2 评论 0原文

我正在尝试通过 VSTS 命令行工具分析托管在另一台计算机上的 IIS Web 服务。在此过程中,我的(CommercialService.dll)文件变为未签名。 因此,我根据 http://sharepointcoding.wordpress.com/2009/02/27/assign-a-strong-name-to-a-third-party-dll/< /a>并创建一个新的Dll(rj.dll)以使其再次受到保护。

当我尝试用 rj.dll 替换 CommercialService.Dll(通过更改其名称)时,我从上面的过程中得到,我无法将其部署在 IIS 上。

I am trying to profile an IIS web Service Hosted on a different Machine through VSTS Command Line Tools. During this Process My(CommercialService.dll) file becomes Unsigned.
So I resign my above Dll with same certificate and same public key token according to procedure mentioned in http://sharepointcoding.wordpress.com/2009/02/27/assign-a-strong-name-to-a-third-party-dll/ and make a new Dll (rj.dll) to make it protected again.

When I try to replace CommercialService.Dll with rj.dll(by changing it’s name) I got from above procedure , I am not able to deploy it on IIS.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文