C# windows services failing after patch

  • Thread starter Thread starter christopher green
  • Start date Start date
C

christopher green

Ok guys I'm tearing my hair out here. As a result of a recent ms patch
that has been installed on a server a number of c# based windows
services are failing to start.

There are no entries in the event logs. The services run under the same
account as other c# windows services which still start successfully.

The code used by the services that work and those that don't work is
very similar. There is too much code to post here but does anybody know
where I could start looking to resolve this problem, I suspect that the
patch has altered something deep in the bowels of the machine or changed
a security permission that I didn't know about.

Any help gratefully received.



*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Christopher,

It would help greatly if you could give some more information. If you
could indicate what patch was installed, and what technologies that the
services are using, it would help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top