I would like to export a .NET Windows application as exe
. I would normally pick up the EXE file from the bin\Debug
folder and run directly in the development machine. In this case, the application doesn't show any error.
But when I copy the same .exe
to another machine and try to run the application, I get the following error. Can somebody help me to identify what I'm missing here?
I'm very new to .NET Windows applications.