it can have many issues, but one of them - like mine, was that i had the base class: ServiceBase in a different Assembly (dll). Once I moved them to the Windows Service Project everything runs well :-)
My Error was like:
Error 1083: The executable program that this service is configured to run in does not
implement the service.
with the small change everything was fixed.
Saturday, December 29, 2007
net start yourservice and you receive: Error 1083?
Subscribe to:
Post Comments (Atom)
Shared Cache - .Net Caching made easy
All information about Shared Cache is available here: http://www.sharedcache.com/. Its free and easy to use, we provide all sources at codeplex.
No comments:
Post a Comment