I'm attempting to publish a C# console application, and I'm following this advice. However, when I copy my Debug folder in my Visual Studio project directory and paste it to my desktop, the program no longer runs. Instead, it hangs and doesn't even execute the Console.WriteLine
command on the first line. Here is my debug folder:
Any clues as to what might be the problem?