I have a strange error in a production environment, but not in a development environment. In my development environment, with Visual Studio 2010, I can connect to Sql Server 2012 without problems. When I copy my Windows Form application to other computers on the same network, I get the error message "Error 26: Local server / error instance" .
The same application did an excellent job with the old database instance with Sql Server 2008. I donβt know what to check and where to start!
EDIT: Another weird behavior is that it works well if I use code like this
conn.Open() dr = cmd.ExecuteReader()
But stop working if I open the form with datagridview, dataset and BindingSource!
stighy
source share