HttpSysServerChannel: An operation was attempted on a nonexistent network connection

Hello,

I get the above error when using HttpSysServerChannel.
StackTrace:
System.Net.HttpListenerException

at System.Net.HttpResponseStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.Net.HttpListenerResponse.Dispose(Boolean disposing)
at System.Net.HttpListenerResponse.System.IDisposable.Dispose()
at System.Net.HttpListenerResponse.Close()
at RemObjects.SDK.Server.HttpSysServerChannel.ProcessRequest(HttpListenerContext context)
at RemObjects.SDK.Server.HttpSysServerChannel.Worker.ProcessRequest()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

I’m wondering if this can be a problem in my setup. Googling for the error indicates that this may also be a problem with wcf services so my guess is that this is not a problem with RemObjects. I just wanted to toss this question out there to see if anyone has had this problem and can point me in the right direction.
Earlier I’ve only used the default server channel which just works so I’ve no idea where to start looking.

On my machine I get this error message by following these steps: Create a new DataAbstract server from the visual studio wizard (just default options) and choose HttpSys for server channel. Then try to query the service through DA SQL Browser.
Changing the serverchannel to iphttp works as expected. Oddly enough changing to HttpSysSuperServerChannel also works.

SDK/DA: 6.057.993 VS:2010 Windows XP 64-bit SP2 .NET Framework 4

Hello.

Thank you for the instructions. The problem has been reproduced. Appropriate issue is registered as #54588.

Thanks.