c# - 重建解决方案 - "Parameter not supported by the "SignFile"任务

标签 c# visual-studio-2013

我试图在解决方案中创建一个只有 1 个项目的小型 Excel 插件。 我在 http://social.msdn.microsoft.com/Forums/vstudio/en-US/0c144a87-917a-4eb1-8716-da61f7efdafc/office-developer-tools-for-visual-studio-2013-march-2014-update-now-available?forum=lightswitch 下载了工具并可以创建一个插件。

我什至可以调试它,但是一旦我重建解决方案,我就会收到以下 2 个错误:

Error 1 The "TargetFrameworkVersion" parameter is not supported by the "SignFile" task. Verify the parameter exists on the task, and it is a settable public instance property.
Error 2 The "SignFile" task could not be initialized with its input parameters.

有趣的是,在另一台机器上重建工作完美,据其他开发人员所知,他没有做任何特别的事情。

我查了一下这个 SignFile Task,f.e. : http://msdn.microsoft.com/en-us/library/ms164304.aspx ,但是当我卸载项目并检查文件时,那里没有这样的条目。

在有问题的机器上,我创建了一个新的 AddIn-Solution 并在完全相同的问题中甚至在一个空的解决方案上运行。

P.S.:我无法取消选中“签名”选项卡中的“签署 ClickOnce list ”复选框。据我发现证书已过期,但如果我创建一个新的解决方案怎么可能呢?

提前致谢 马蒂亚斯

最佳答案

这似乎是 visual studio 的一个错误。我在使用 Visual Studio Premium 2013 更新 2 时遇到了问题。但是使用更新 3 (12.0.30723.00),问题就消失了。

关于c# - 重建解决方案 - "Parameter not supported by the "SignFile"任务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25522630/

相关文章:

c# - 无法从委托(delegate)对象调用列表中正确删除方法

c# - 我应该考虑哪些日志门面?

c++ - 在 cpp 文件中运行 asm 过程

c# - “逆向工程”模型优先 - 删除表和列前缀

entity-framework - 未找到元数据文件 - Data.Entity.Model

c# - 以编程方式更改 FAT32 卷序列号

c# - 如果没有 TelemetryClient.Flush() 是否会产生内存影响或性能问题

c# - 如何以编程方式在 Xamarin 中切换 NavigationViewControllers?

c# - 将数据库添加到 visual studio 中的项目

Node.js Visual Studio 2013 - 路径太长错误