In my case, first I'm inserting/viewing/deleting data in my local SQL Server. Then at some point in development, the client wants to up the system(Windows Forms) in the server (network) so I've face to this kind of problem, what I check is the likes of this.viewEmployeeTableAdapter
i delete that because it is still connected to the local db. I notice that because in my PC. The system is working properly whilst when im transferring it to other PC the
Provider named pipes provider error 40 could not open a connection to
SQL Server error
is appearing. So it's because I have a sql connection opening MY SQL Server while the other PC doesnt have.