I have a silly error that I am unable to resolve. I try to debug, and when I debug I get the following error
ERROR "Visual Studio cannot start debugging because debut target 'C:\Documents and Settings\user\Desktop\programs6\HuricaneSeasonStatistics\bin\Debug\HuricaneStatistics.exe" is missing. Please build the project and retry, or set the OutputPath and AssemblyName properties appropriate to point a the correct location for the target assembly."
I am fairly sure the error is in the OutputPath and 开发者_运维百科or AssemblyName. but I am not sure where to change.
Make sure that it is actually building. i.e. there is an exe where it thinks there is one.
精彩评论