我在VS2010的Post-build事件中遇到了一个问题,我在我的项目中收到了以下错误,但我不知道这是什么意思,我似乎甚至无法编辑原始的Post - Build事件。让我知道我的选择是什么?提前谢谢。
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发布于 2013-05-22 02:46:48
选项: 1.移除生成后事件
现在还不清楚为什么你不能编辑构建后事件。你找不到UI中的什么地方来编辑它?不幸的是,根据您正在处理的项目类型,这些内容是不同的。我认为我们需要更多的信息(比如您尝试过的内容)才能提供更多的帮助。
https://stackoverflow.com/questions/16675281
复制相似问题