Region " Component Designer generated code "
' The main entry point for the process
Shared Sub Main()
Dim ServicesToRun() As System.ServiceProcess.ServiceBase
ServicesToRun = New System.ServiceProcess.ServiceBase() {New SendSMS}
System.ServiceProcess.ServiceBase.Run(ServicesToRun)
End Sub
Now just need to compile again
1 comentário:
Many times I get this error when constructing an WebService...
I don't khow the source of this problem, but this is the solution I get from looking in internet
Best Regards
Paulo Pires
Enviar um comentário