In the provided
DOCS-SDKs\sdk_adapter_dotnet\examples\DotNetStockListDe mo
example, we mix (perhaps misleadingly) development-related subdirectories and deployment-related subdirectories.
We then tried to clarify things in the included
DOCS-SDKs\sdk_adapter_dotnet\doc\DotNet Adapters.pdf
To summarize:
  • the bin and lib subdirectories only contain the resources compiled from the src_* directories;
  • the Deployment subdirectory contains the deployment of the demo; in particular, the Lightstreamer-Server-side part and the Remote-Server-side part. The latter is reported in two different versions, namely "Deployment_DotNet_Server" and "Deployment_DotNet_Server(custom)".

Your modified libraries should be copied in one of
Deployment\Deployment_DotNet_Server\dotnet_1.1
Deployment\Deployment_DotNet_Server(custom)\dotnet _1.1
depending on the deployment version you prefer.

Dario