james.kim
Hi, this is my first time on this forum. I'm about to start investigating LightStreamer for our projects. We currently have a solution, it is compiled to output 64-bit binaries. My question is concerning the .NET adapter DLL - is it 64-bit or 32-bit. If it's 32-bit, this will be a deal breaker, I'm afraid.
Giuseppe Corti
Hi james.kim,
I confirm you that the Lightstreamer .NET Adapter dll is build with the "Any CPU" compilation target.
This means that the assembly will run natively on the CPU where is currently running on. Meaning, it will run as 64-bit on a 64-bit machine and 32-bit on a 32-bit machine.
Regards,
Giuseppe