Hi, I have a WCF application hosted as a windows service. This windows service triggers this WCF every 15 minutes. But when an exception occurs in this WCF the service is getting stopped.
I don't want this service to stop. I want to some how handle this exception and trigger this WCF after another 15 minutes.
How can i do that? Please help, its urgent.