l******9 发帖数: 579 | 1 【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of compiling C# in visual studion 2013 win 7
发信站: BBS 未名空间站 (Wed Nov 5 11:18:35 2014, 美东)
I am compiling C# (designed by others) on Visual Studio 2013.
But, in one of the projects, it has two key files that are password
protected.
The compiling (for debug) cannot be done because the key file cannot be
imported.
In the project property, I unchecked the "Sign the assembly" and then
deleted the two key files.
But, it still cannot be compiled because of the error of "cannot import the
key files" .
Any help would be appreciated.
Thanks ! | c***z 发帖数: 5 | 2 Check AssemblyInfo.cs, key file must be referred there |
|