visual studio 2010 - Build failed with Error MSB3073 exited with code 9009 -


i run visual studio project build script in cmd. failed following error. able guide me on error message trying tell me. i'm thinking might have configured wrong in environment.

message

"c:\yyy\project.sln" (build target) (1) -> "c:\yyy\project.csproj.metaproj" (default target) (2) -> "c:\yyy\project.csproj" (default target) (36) ->  (prebuildevent target) -> c:\windows\microsoft.net\framework\v4.0.30319\microsoft.common.targets(902,9): error msb3073:  command "if exist c:\yyy\subdomain\nul del /s /f /q c:\yyy\subdomain\*.*" exited code 9009. [c:\yyy\project.csproj] 

after all, figured out folder has space in name. fixed problem removing space out of folder name. seems command doesn't work name space.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -