SprintFlunky
Programmer
Hello all,
I have found several references to creating a service, however, I am still confused as to exactly how, and if I can even create a Service process using VB .Net Standard edition. Since I am not able to create a Service Project on the Create/New/Projects, I am not certain what I need to do to actually create the service.
All I really need to do is create a process that runs in the background (mainly I just don't want the program to show up on the task bar) that will read Outlook email and populate a SQLServer database from an attached text file. I understand what I need to do to read email, get the attached file, and populate the SQL Database, it the Service part that is new to me.
Any ideas or suggestions?
Thanks for the input.
I have found several references to creating a service, however, I am still confused as to exactly how, and if I can even create a Service process using VB .Net Standard edition. Since I am not able to create a Service Project on the Create/New/Projects, I am not certain what I need to do to actually create the service.
All I really need to do is create a process that runs in the background (mainly I just don't want the program to show up on the task bar) that will read Outlook email and populate a SQLServer database from an attached text file. I understand what I need to do to read email, get the attached file, and populate the SQL Database, it the Service part that is new to me.
Any ideas or suggestions?
Thanks for the input.