Host stops on exception

Mar 23 2019 5:45 PM
Hi everyone!!
I am an system analyst student. Now i am working on my wcf academy proyect, and i've found a problem that anyone has given solution.
 
The case is that i have a wcf service, and i am hosting it using a console application.
Everything works fine, but when there is some exception, the host application stops.
I mean, the visual studio stops the application, and the client stay frozen waiting for some response. Untill i press F5 or continue, the client doesn't receive any message.
This is not the behavior that i have seen in another examples and tutorials.
 
Does someone knows what is this about??
Thanks in advance!! 

Answers (1)