Posts by Jean Lopes • 11 points
2 posts
-
0
votes1
answer33
viewsA: Stack-overflow Exception in Servicehost object
In the end, I discovered the reason for the error all by myself. There was another exception that burst frequently: addressalreadyinuseexception. It just didn’t bubble up for some reason. So after…
-
1
votes1
answer33
viewsQ: Stack-overflow Exception in Servicehost object
I have a simple implementation of webservice. After years of software in use, began to burst exception on the object Servicehost. try { using (this._host = new ServiceHost(_receiver, new…