After editing the post-build event of my project in VS 2005, the following error came up
"'Exec' task needs a command to execute". I realized that I had a new-line character still present in the post-build event. After clearing that I rebuilt the project successfully.
4 comments:
Remove newline char by deleteting in post pre build events in projecr properites
Good sharing!!
thanks Dude!!
May you win the lottery! Thanks for the advice.
Post a Comment