I built the service in MVS 10 and this is all the code that it shows. If there is more I'm not sure where to find it.
I did find the code for the installer:
Imports System.ComponentModel
Imports System.Configuration.Install
Public Class ProjectInstaller
Public Sub New()...
I have written to Windows Services that call asp pages. Now I am needing filewatcher service to call a vbscript whenever something changes in a specific folder. The vbscript runs perfectly but I haven't been able to get the Windows Service to run the vbscript. The code for my service is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.