| bill.duncan 2006-01-30, 9:57 pm |
| Hi All,
I have created a window service on my development system using Visual
Studio .Net 2003. My development system has the .Net framework vesion
1.1. The operting system is Small Buisness Server 2003.
On my development server, the service runs fine. The problem is when
I put the service on the production server, the service does nothing
even though the service manager indicates the service has started. By
nothing, I mean I can't even get it to write to the event log on start
up. It seems like it isn't starting at all.
The production server OS is also Small Buisness Server 2003, but has
..Net framework 2.0 installed along with version 1.1. I've considered
that maybe I need to download framework version and compile against it.
Has anyone had problems like this?
Thanks,
Bill
|