Windows service hangs

Posted by Ram on Stack Overflow See other posts from Stack Overflow or by Ram
Published on 2010-03-31T06:06:59Z Indexed on 2010/03/31 6:13 UTC
Read the original article Hit count: 309

Filed under:
|
|

Hi,

I have a webdav client-server application. I'm using Cassini webserver to host the webdav server. One important thing here is that I start and Stop my webserver using a windows service. Now, I start my windows service and I attach my webdav server application's debugger to the windows service. Everything used to go fine, that is I could connect to the server using my webdav client, debug the server code. However, a couple of days back, when I tried to debug my webdav server application, which in turn is attached to a windows service, my computer freezes while I'm in the midst of debugging the server app. The freeze does not occur at the same line every time and is therefore not predictable. Every time this happens, I would not be able to do anything at all with my computer except to reboot the system using the power button. What could be the problem? Could it be the service that is freezing or something else?

Any help?

Thanks, Ram

© Stack Overflow or respective owner

Related posts about c#

Related posts about Windows