Hi

ok, this last problem is just because we are trying to put together two samples (namely, the web client tutorial and the Remote Adapters example) that were not designed to operate together.
However, the tutorial demo front-end is consistent with the Remote StockList demo Adapters. I think that the configured adapter name is the only difference.
So, just change
<adapters_conf id="STOCKLISTDEMO">
into
<adapters_conf id="TUTORIAL_DEMO">
in C:\Lightstreamer\adapters\StockList_sockets\adapte rs.xml
and the streaming session should then be started.

As you remarked, no tutorial guides to .NET adapter development are available at the moment; we are working on them for the next major release.

Dario