You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mike Schenk edited this page May 5, 2016
·
4 revisions
Using Visual Studio
Create a Console Application.
.NET 3.5 and above is supported
Optionally, change Main to return int
Create a bootstrap class
The class can be named anything. It must have a public default (no-argument) constructor. It must implement the IManagedService interface.