Hi Dario,
Here my directory :
------
C:\Lightstreamer\adapters\HoSE\adapters.xml
C:\Lightstreamer\adapters\HoSE\lib\ls-proxy-adapters.jar

------
C:\Lightstreamer\adapters\HaSTC\adapters.xml
C:\Lightstreamer\adapters\HaSTC\lib\ls-proxy-adapters.jar

------
And here contents of "HoSE\adapters.xml" :
------
<?xml version="1.0"?>

<adapters_conf id="HoSE">

<metadata_provider>

<adapter_class>com.lightstreamer.adapters.remote.m etadata.NetworkedMetadataProvider</adapter_class>
<param name="request_reply_port">6663</param>

</metadata_provider>

<data_provider>

<adapter_class>com.lightstreamer.adapters.remote.d ata.NetworkedDataProvider</adapter_class>

<param name="request_reply_port">6661</param>

<param name="notify_port">6662</param>

</data_provider>

</adapters_conf>
------
And here contents of "HaSTC\adapters.xml" :
------
<?xml version="1.0"?>

<adapters_conf id="HaSTC">

<metadata_provider>

<adapter_class>com.lightstreamer.adapters.remote.m etadata.NetworkedMetadataProvider</adapter_class>
<param name="request_reply_port">6663</param>

</metadata_provider>

<data_provider>

<adapter_class>com.lightstreamer.adapters.remote.d ata.NetworkedDataProvider</adapter_class>

<param name="request_reply_port">6661</param>

<param name="notify_port">6662</param>

</data_provider>

</adapters_conf>

-------
Now, I modified "DotNetStart.bat"
-------
...
start "StockListAdapter" /MIN DotNetServer QuotesStreamer.HoSE.Adapters.Data.StockListAdapter /host localhost /rrport 6661 /notifport 6662

start "StockListAdapter" /MIN DotNetServer QuotesStreamer.HaSTC.Adapters.Data.StockListAdapte r /host localhost /rrport 6661 /notifport 6662
-------

And I run "Start_LS_as_Application.bat", and LS is hang :

C:\Lightstreamer\bin\windows>call LS.bat run
Starting Lightstreamer Server...
Please check logs for detailed information.
06.May.08 17:20:50,796 < INFO> Starting MAC address check
06.May.08 17:20:50,828 < INFO> Found MAC address 00:50:56:c0:00:08
06.May.08 17:20:50,828 < INFO> Found MAC address 00:50:56:c0:00:01
06.May.08 17:20:50,828 < INFO> Found MAC address 00:0f:b0:cd:10:6b
06.May.08 17:20:50,828 < INFO> Found MAC address 00:18:de:af:ea:7f
06.May.08 17:20:50,828 < INFO> MAC address check successful
06.May.08 17:20:50,828 < INFO> License correctly bound with the following parame
ter(s):
06.May.08 17:20:50,828 < INFO> Client ID : EWmtleTmXioln3OLeXzCL
06.May.08 17:20:50,828 < INFO> Mac Address : 00:18:de:af:ea:7f
06.May.08 17:20:50,968 < INFO> Lightstreamer Server starting in Moderato edition

06.May.08 17:20:51,000 < WARN> JMX management features not available with the cu
rrent license
06.May.08 17:20:51,031 < INFO> Started HTML Adaptor for JMX on port 6666
06.May.08 17:20:51,078 < INFO> Started JMXMP Connector for JMX on port 9999
06.May.08 17:20:51,093 < WARN> No users defined for Internal Monitor.
06.May.08 17:20:51,109 < INFO> Loading Metadata Provider HaSTC
06.May.08 17:20:51,125 < INFO> Connecting...


It doesn't start Provider HoSE. What something wrong or I mistake?