WCF Host as windows service faults

Posted by pdiddy on Stack Overflow See other posts from Stack Overflow or by pdiddy
Published on 2010-04-22T15:39:43Z Indexed on 2010/04/22 15:43 UTC
Read the original article Hit count: 318

Filed under:
|
|
|

I have this WCF service running as a window service.

I have in my code that everytime it faults it will restart the service.

Now I'm having the issue where the host faults, it tries to restarts, then faults again, but at some point it just stop the service.

Wondering why it stop the service? Is this something handled by the OS that it detects the service has faulted a number of time within a certain time it will just stop the service because it faulted too many time ?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about .NET