I installed all the new bits, and things were working fine. I come back from lunch, and it's like my compy has lost its mind (or maybe I have).
System.Data.SqlClient.SqlConnection sc = new System.Data.SqlClient.SqlConnection();
sc.ConnectionString = "data source=(local);integrated security=SSPI;persist security info=False;Pooling=false;";
sc.Open();
If I put this code in a plain old 1.1 app, I get "SQL Server does not exist or access denied." If I put it in an empty 2.0 app, it works. Thoughts?
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.