I built an application in C#
for printing reports (management system)
which is running fine in my system. When I transferred it to my clients computer it gives error on printing invoice. I am using report viewer.
The program is running fine i-e data insertion,deletion etc in clients computer.
ERROR:
A network related or instance specific error occurred while establishing a connection to SQL server. the server was not found or was not accessible. verify that instance name is correct and that SQL server is configured to allow remote connections(provider named pipes provider error 40- could not open a connection to SQL server)
I have tried
- Named pipes/TCP is enabled
- Remote connections are allowed
- Windows Firewall is off
- Created an exception for port 1433 in Windows Firewall
- Enabled everything in SQL Server Configuration Manager