I have built a winforms application which is installed on client machines with an SQL Server Database hosted on a server which clients access via remote connection.
The application works as planned on the server and one client but when I try o access the same data from a second client I get a "pre-login handshake" error.
On researching I found a number of solutions, some stating that I needed to enable IPV4 and IPV6 which I did, others stating that I needed to enable remote connection which was not the problem as the other client already accesses it.
Can anyone give me any pointers as to what the problem might be?
The client that works runs: 64 bit processor, Windows 8 OS. The client that doesn't runs: 32 bit processor, Windows Vista.
Clents also access the app via ClickOnce over a local network. Application target OS is currently set to x64. I will switch to any CPU and x86 and report if there are any changes when I get to the office.