Link to home
Start Free TrialLog in
Avatar of yaney00074
yaney00074

asked on

Converting VB.NET Code into Windows Service

Hi Experts,

Using VB.NET 2005, I built a console application called RemoveHtml.exe, which when running, goes to a specific database table and strips out all the Html and finally update the table which the new record.

For reasons of efficiency this application needs to run as a Windows Service.

I would like to know how EXACTLY I would implement it as windows service to get to run automatically on schedule.

Thanks
Avatar of newyuppie
newyuppie
Flag of Ecuador image

try downloading Microsoft 101 vb net examples

http://msdn2.microsoft.com/en-us/vstudio/aa718334.aspx

there are a couple that if you look at them it will give you the general idea of how to do it.
ASKER CERTIFIED SOLUTION
Avatar of CooPzZ
CooPzZ
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial