如何更改第三方dll文件的程序集属性?

时间:2014-08-19 10:53:19

标签: .net dll culture disassembly

由于引用了库,我有一个拒绝在VS2013中构建的.NET项目。有问题的库将culture属性设置为中性。这会导致以下错误:

Invalid argument. Culture is not supported.
Parameter name: name
Neutral is an invalid culture identifier.

应该使用哪些工具来更改dll文件的culture属性或任何其他程序集属性?

我试图拆卸并重新组装它没有成功:

使用JetBrains dotPeek我得到了

Cryptographic failure while signing assembly 
'...\Athena.AsePCOS.dll' -- 
'Error reading key file '..\..\ASEKey.snk' -- The system cannot find the 
file specified. '

我不知道在哪里可以找到这个文件,或者我自己应该创建它。

我也尝试过使用Reflexil工具,但我认为它并不是用来编辑程序集属性。

0 个答案:

没有答案