dc

dc

  • NA
  • 663
  • 0

C# directory path

Aug 1 2011 12:40 PM

I have a C#.net 2008 console/desktop applcation that is getting the following error: Error 64 The command "C:\ exited with code 9009. This error is occuring on a postbuild event that has spaces as part of theliteral. I am wondering what I can do in the directory path replacement command to remove 'spaces' and part of the directory path name. For example, part of the path name is 'Documents and Settings'. As you can see that part of the name has spaces in it. The following is the directory command replacement in the postbuild command event:

event; $(SolutionDir)Post\$(OutDir)\Post.exe $(ConfigurationName)


Answers (1)