首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Visual Studio 2010中的生成后事件问题

Visual Studio 2010中的生成后事件问题
EN

Stack Overflow用户
提问于 2013-05-22 00:45:11
回答 1查看 1.4K关注 0票数 0

我在VS2010的Post-build事件中遇到了一个问题,我在我的项目中收到了以下错误,但我不知道这是什么意思,我似乎甚至无法编辑原始的Post - Build事件。让我知道我的选择是什么?提前谢谢。

代码语言:javascript
复制
Error   1   The command "copy "C:\Users\Paul.Rykiel\Desktop\Sitecore Notes\YAFIntegrationSource\YAFIntegrationSource\YetAnotherForum.NET\Bin\YAF.Classes.Utils.*" "d:\projects\Sitecore\yaf2\Sitecore\www\bin\"" exited with code 1.    YAF.Classes.Utils
Error   2   The command "copy "C:\Users\Paul.Rykiel\Desktop\Sitecore Notes\YAFIntegrationSource\YAFIntegrationSource\YetAnotherForum.NET\Bin\YAF.Classes.UI.*" "d:\projects\Sitecore\yaf2\Sitecore\www\bin\"" exited with code 1.   YAF.Classes.UI
Error   3   The command "copy "C:\Users\Paul.Rykiel\Desktop\Sitecore Notes\YAFIntegrationSource\YAFIntegrationSource\YetAnotherForum.NET\Bin\YAF.Classes.Base.*" "d:\projects\Sitecore\yaf2\Sitecore\www\bin\"" exited with code 1. YAF.Classes.Base
Error   4   The command "copy "C:\Users\Paul.Rykiel\Desktop\Sitecore Notes\YAFIntegrationSource\YAFIntegrationSource\YetAnotherForum.NET\Bin\YAF.Classes.Config.*" "d:\projects\Sitecore\yaf2\Sitecore\www\bin\"" exited with code 1.   YAF.Classes.Config
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-05-22 02:46:48

选项: 1.移除生成后事件

  1. 修复在生成后事件
  2. 中定义的命令修复阻止命令工作的根本问题
  3. 忽略失败?

现在还不清楚为什么你不能编辑构建后事件。你找不到UI中的什么地方来编辑它?不幸的是,根据您正在处理的项目类型,这些内容是不同的。我认为我们需要更多的信息(比如您尝试过的内容)才能提供更多的帮助。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/16675281

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档