I am having a problem running my Windows Application Forms in Visual Basic. It keeps on giving me this error:
( Visual studio cannot start debugging because the debug target'C:\Users\hp\ducuments\visual studio2010\Projects\Crystaltest2\Crystaltest2\bin\Debug\Crystaltest2.exe' is missing. please build the project and retry, or set the OutputPath ans AssemblyName properties appropriately to point at the correct location for the target assembly).
I have tried to build the project but i cant get anything from it also I tried to copy the code in another project but it did not work. Can someone please assist me with steps to solve this issue. I am using Visual Basic/ Visual Studio 2010
Thank you
Imports <Assembly Reference Here>at the top of your code? - doom87er