質問

I am running into an issue with my Post Build Event in VS 2010, I am recieving the following errors on my projects, but I don't know what ths means and I cannot seem to even edit the original Post-build Event. Let me know what my options are? thanks in advance.

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
役に立ちましたか?

解決

Options: 1. Remove the post-build event

  1. Fix the commands defined in the post-build event

  2. Fix the underlying problem that's preventing the commands from working

  3. Ignore the failures?

It's not clear why you can't edit the post-build event. You can't find where in the UI to edit it? These are unfortunately different depending on the type of project you're working on. I think we'll need more information (like what you've tried) in order to provide more help.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top