visual-studio-2010vb.net-2010unattended-processing

VB.NET unattended execution, no UI, no message boxes?


VB.NET 2010, Framework 3.5

An app that will run continuously and unattended on a server. There is no user interface. There is no human intervention. What can one do to be sure that no message boxes are displayed if an unforeseen error or exception is thrown?


Solution

  • a 'Windows Service' is what I am looking for