M
Michael
Hi All
I wrote a Windows Service to host me TCP WCF Service. The Host and the
Service are running well. But I run a Test where I call a Service that has to
write Data in a Database. The first time everything is ok but after the first
call I create a Unique Constrains Exception on porpoise. I get the Exception
on Client side, Handel it and call the same Service again. But after the 10
times he runs in the timeout and get now more response from the Service. When
I run the same Service as BasicHTTP under IIS it works fine.
I already check if he is running in one of the Events of the ServiceHost
(serviceHost_Faulted or serviceHost_Closing) but he never shows up in here. I
also take a look in the Service Trace Files but there I get only my Unique
Constrain Exception and the Time Out Exception.
Does anyone have an Idea where I can search this Problem or how an Exception
can bring a ServiceHost in a “not answering anymore mode�
Regards Michael
I wrote a Windows Service to host me TCP WCF Service. The Host and the
Service are running well. But I run a Test where I call a Service that has to
write Data in a Database. The first time everything is ok but after the first
call I create a Unique Constrains Exception on porpoise. I get the Exception
on Client side, Handel it and call the same Service again. But after the 10
times he runs in the timeout and get now more response from the Service. When
I run the same Service as BasicHTTP under IIS it works fine.
I already check if he is running in one of the Events of the ServiceHost
(serviceHost_Faulted or serviceHost_Closing) but he never shows up in here. I
also take a look in the Service Trace Files but there I get only my Unique
Constrain Exception and the Time Out Exception.
Does anyone have an Idea where I can search this Problem or how an Exception
can bring a ServiceHost in a “not answering anymore mode�
Regards Michael