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.
Comments
Post a Comment