Mone,

Thanks for your suggestion. I used the proxy adapter you mentioned, it gets me a little further but still there is something missing.

The LS server starts fine, the Data Adapter loads fine, (I am using the default "com.lightstreamer.adapters.metadata.LiteralBasedP rovider" meta data adapter).

I them start-up an external feed, which is hosted in a Console App using the StandaloneLauncher sample in the StockListDemo sample. The feed starts fine and LS shows connection established.

When I start-up a client, it connects, but then I get an exception in the StandaloneLauncher.cs, in the following code:

public bool handleException(Exception exception) {
if (! _closed) {
_log.Error("Caught exception: " + exception.Message, exception);
_server.Close();
System.Environment.Exit(1);
}
return false;
}

The exception reads: Found value '1.3605' of an unsupported type while building a UD3 request

I believe I am still missing some settings, maybe I cannot use the LiteralBasedProvider fir the meta data adapter? Please advise.

Thanks a lot,

GS