tags:

views:

30

answers:

2

I am receiving the error noted below. I have built/rebuilt the files sevaral times. I have also renamed the file in the debug\ *.exe The NetworkAssociation.exe file is in the debug folder. Any help would be wonderful

Visual Studio cannot start debugging because the debug target 'c:\NetworkAssociation\NetworkAssociation\Bin\Debug\NetworkAssociation.exe' is missing. Please build the project and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location.

A: 

Not sure what the problem is but the way I'd try to find out is:
Try creating a new project of a similar type and save in a similar location and then close down both projects. Then use some diff tool to compare the .sln and .vbproj files to see if there's some setting/path that looks wrong.

ho1
A: 

After doing a build try some things:

a) Hit Ctrl + F5 to see if the application starts without debugging. b) Put at the address of the explorer c:\NetworkAssociation\NetworkAssociation\Bin\Debug\NetworkAssociation.exe to se if the application starts.

Please, send back the results of the tests to continue helping.

SoMoS