项目使用4.5
构建得很好,但在更改为目标4.6.1
时失败并出现以下错误。
项目所依赖的程序集都是目标4.6.1
。
我尝试取消选中Sign the assembly
,但错误仍然存在。它似乎与签名无关。
error AL1078: Error signing assembly -- The keyset is not defined.
有什么想法吗?
答案 0 :(得分:0)
尝试AssemblyInfo
sn.exe
-k c:\keyfile.snk
AssemblyInfo
,参数[assembly:AssemblyKeyFileAttribute("keyfile.snk")]
。然后查看您的import pandas as pd
import string
low = string.ascii_lowercase
pd.get_dummies(pd.Series(list(s)).astype('category', categories=list(low)))
Out:
a b c d e f g h i j ... q r s t u v w x y z
0 0 0 0 0 0 0 0 1 0 0 ... 0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 1 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0
[5 rows x 26 columns]
:
<payloadFactory media-type="xml">
<format>
<book category="cooking">
<title lang="en">Everyday Italian</title>
<author>Giada De Laurentiis</author>
<year>2005</year>
<price>30.00</price>
</book>
</format>
<args/>
</payloadFactory>
<log level="full"/>
<script language="js"><![CDATA[
var msg = mc.getPayloadXML();
mc.setPayloadXML(
<book category="cooking">
<title lang="en">{msg..*::title}</title>
<author>{msg..*::author}</author>
<year>{msg..*::year}</year>
</book>
);
]]>
</script>
<log level="full"/>
请注意,有时需要重启VS才能处理项目的密钥对创建。