Every time I run the app it creates a vshosts folder in the bin\debug folder in the following format:
[appname].vshost_[hh-mm-ss]
for example:
mCommAttempt.vshost_16-33-57`
The folder is always empty and ofcourse the regular vshost exe file is in bin\debug as well. I'm using VS 2008 with C#.
What is this, why is this happening?