Missing Output in C#

Xarzu

Newcomer
Joined
Jan 9, 2008
Messages
2
I am able to build a program that was handed to me from a former co-worker. But when I try to run the code I get an error that says "Visual Studio cannot start debugging because the debug target <and then it shows the path and execuatable name in the bin\Release directory> is missing. Please build theproject and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location for the target assembly".

I have tried this by using both bin\Release and bin\Debug and I get the same sort of error when I try to run either within or without debug mode.

When I right-click on the project to show the project properties, here are by build settings:
build.jpg
 
Back
Top