Michael
Michael

Reputation: 321

Problem with VisualBasic

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.

Upvotes: 0

Views: 105

Answers (1)

brian
brian

Reputation: 1080

Make sure that it is actually building. i.e. there is an exe where it thinks there is one.

Upvotes: 1

Related Questions