I have created a small daemon (basically a console application that hides the console and runs).
I need to send it to a user and have tried renaming the executable with a different extension, emailing it to the user, and having them rename it to the correct name.
This seems to work when I email it to myself to test it. However, when the user tries to run the executable it produces the following error message:
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix the problem.
What am I doing wrong?