Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Based on my very limited knowledge of windows services, I'd say that there is no reason you couldn't use the SF framework to build a service. However, since it doesn't necessarily run on the UI thread, you wouldn't have an program.cs to work with. I.e. you'd have to set datasources in the OnStart event of the service, and do any tear down in the OnStop. I guess what I'm saying is that the paradigm is different, but the tools could certainly be used.
|