When building my C# .NET project, a ‘MyApp.vshost.exe’ file was placed in the release bin with ‘MyApp.exe’ under Visual Studio 2010. When distributing ‘MyApp.exe’ should I package the ‘MyApp.vshost.exe’ with it as well?
Thanks in advance.
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.
No, the hosting process is a feature that improves debugging scenarios only. Your customers should have no need for it at all.