That’s not a typo in the title. There is an execut file (no ‘e’) in my main bin/Debug folder, and I don’t know what it’s for. Is it necessary to distribute the solution?
That’s not a typo in the title. There is an execut file (no ‘e’)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It sounds to me like an artefact of the compilation, or something created by the program itself.
Is this your own code ?
If you delete the file and rebuild, does it come back ?
If you choose the Clean solution option in Visual studio does it go away ?
Lastly, you can always copy the contents of the debug folder to another location on your HDD and then remove this file. If the program still operates then you don’t need to distribute it with your solution.