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.
问问题
267 次
1 回答
0
请参阅此相关问题。
出于好奇,您在 web.config 的哪个位置添加了对 Telerik DLL 的引用?我最近做了一个使用 Telerik Silverlight 控件的项目。虽然我必须配置 web.config 以支持 .Net 3.5 框架,但我不必专门为 Telerik DLL 添加任何内容,因为它们的控件都包含在我的自定义 Web 部件中。
于 2010-03-24T16:29:20.663 回答