如何以编程方式从库文件中获取产品密钥令牌?

发布于 2024-08-26 05:45:30 字数 280 浏览 6 评论 0原文

我正在创建一个 SharePoint 解决方案项目,该项目会将 Telerik dll 文件安装到 GAC 中,并在功能激活时将相应的行写入 webconfig 中。我的问题是,有没有办法以编程方式获取 dll 的产品密钥令牌、版本和文化信息。我之前使用过 System.Reflection.Assembly.GetExecutingAssembly() 来获取嵌入式资源,例如 javascript 文件,并将其添加到相应的文件夹中。这是否与获取 dll 文件的方式相同?如果是,我该怎么做才能获取嵌入式程序集的程序集信息?感谢您的任何指导。

I am creating a SharePoint solution project that will install the Telerik dll files into the GAC and write the appropriate lines into the webconfig upon feature activation. My question is, is there a way to get the product key token, version, and culture info of a dll programatically. I have used the System.Reflection.Assembly.GetExecutingAssembly() before to get the embedded resources, such as a javascript file, and add it to the appropriate folder. Would this be the same way to get the dll file, and if so what would I do to get the assembly info of an embedded assembly? Thanks for any direction.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦罢 2024-09-02 05:45:31

请参阅此相关问题

出于好奇,您在 web.config 中的何处添加对 Telerik DLL 的引用?我最近做了一个使用 Telerik Silverlight 控件的项目。虽然我必须配置 web.config 以支持 .Net 3.5 框架,但我不需要专门为 Telerik DLL 添加任何内容,因为它们的控件都包含在我的自定义 Web 部件中。

See this related question.

Out of curiosity, where in your web.config are you adding references to Telerik DLLs? I recently did a project that uses the Telerik Silverlight controls. While I had to configure the web.config to support the .Net 3.5 framework, I did not have to add anything specifically for the Telerik DLLs as their controls were all wrapped within my custom Web Parts.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文