c# - Debug Target Is Missing? -


when try build solution, following error:

visual studio cannot start debugging because debug target 'c:\target' missing. please >build project , retry, or set outputpath , assemblyname properties appropriately >to point @ correct location target assembly.

my output path set correctly bin\debug, exe never created in folder. instead, exe.config, vshost.exe, , vshost.exe.config files.

any idea what's going on?

you open project file text editor , replace 'c:\target' 'bin\debug'

edit

there other more helpful answers can't delete mine since it's accepted one.

@czfox answer

@yehuda shapira answer


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -