Consoleapplication1.exe Review

Leaving it as "ConsoleApplication1" makes it hard to find later. Use Project > Rename to give it a descriptive name like "AddressSorter" or "Calculator".

If you get a BadImageFormatException , ensure your project settings (x86 vs x64) match the libraries you are trying to load. ConsoleApplication1.exe

This usually means your code failed to compile. If there are build errors, the .exe file is never created, so the debugger has nothing to run. Leaving it as "ConsoleApplication1" makes it hard to

Go to Project > Properties > Build and verify the "Output path." You can also try Clean Solution and then Rebuild to force Visual Studio to recreate the folders. Best Practices for Beginners This usually means your code failed to compile

Check the Error List window in Visual Studio. Fix all "Red X" errors and then click Build > Build Solution before trying to run again. The Console Window Disappears Immediately

This site has been tested and optimized for Firefox, Safari, Chrome and Internet Explorer 10+. We recommend users of early versions of Internet Explorer to update to Version 11 or later.