I have an application that had several previous builds in the application files and was getting large. I left the most recent 4 or 5 and removed about 10. The program is working fine when run from Visual Studio and it runs fine after being published from my computer. But it will not work on any other machines.
Further down in the error details it says Error Number:53,State:0,Class:20
Any suggestions are greatly appreciated.
Scott GPosted Dec 2, 2022, 1:07 PM
The connection string is fine. It is the same as the version I am using and as I mentioned the published program works from my machine. But not if I log into another user machine.
Abhishek YadavPosted Dec 2, 2022, 3:53 AM
pls test the connection string
Scott GPosted Dec 1, 2022, 6:38 PM
I am able to ping the SQL server from one of the problem computers. I also tried using the IP address in the config file rather than the name.
I went back to a previously published version and users are able to connect using that version from the problem computers.