How to resolve console application exited with code 9009 #10905

Open
opened 2026-01-31 02:33:25 +00:00 by claunia · 0 comments
Owner

Originally created by @mageshsankar on GitHub (Oct 6, 2020).

Im try to run a c# console application in build process by using below command

<Target Name="AfterBuild" AfterTargets="AfterBuild">
     <Exec Command="$(ProjectDir)$(OutputPath)$(AssemblyName).$(OutputType)" />
   </Target>

Error when Build : error exited with code 9009

Note : This error occurs due to my project have space in parent folders

this same scenario working fine when parent folder name does not have space

How to resolve this issue?

Originally created by @mageshsankar on GitHub (Oct 6, 2020). Im try to run a c# console application in build process by using below command ``` <Target Name="AfterBuild" AfterTargets="AfterBuild"> <Exec Command="$(ProjectDir)$(OutputPath)$(AssemblyName).$(OutputType)" /> </Target> ``` Error when Build : error exited with code 9009 Note : This error occurs due to my project have space in parent folders this same scenario working fine when parent folder name does not have space How to resolve this issue?
claunia added the Needs-TriageResolution-ExternalNeeds-Tag-Fix labels 2026-01-31 02:33:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10905