GenerateOfficeAddInManifest 任务错误
我正在使用 VS2010 创建 Office 插件(适用于 Outlook),但出现以下错误:
“GenerateOfficeAddInManifest”任务未给出所需参数“TargetFramework”的值
我什至没有向我的插件添加代码。刚刚创建了模板并构建!
对此有什么帮助吗?
I am using VS2010 to create an Office addin (for Outlook) and im getting the folowing error:
The "GenerateOfficeAddInManifest" task was not given a value for the required parameter "TargetFramework"
I don't even added code to my addin. Just created the template and build!
Any help on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我无法再访问该项目,但当时我所做的是编辑项目文件并手动将“TargetFramework”添加到“GenerateOfficeAddInManifest”中。
I dont have access to this project anymore but what I did back then was editing the project file and adding a "TargetFramework" to the "GenerateOfficeAddInManifest" manually.
我也有同样的问题。我的解决方案是安装Visual Studio Sp1,它的效果非常好。
如果你们遇到这个问题,请在发布任何内容之前尝试执行相同的操作。
I had the same problem too. My solution was to install Visual Studio Sp1, and it worked like a charm.
If you guys are facing this problem, try to do the same before posting anything.