Hi there,
i seem to be getting a lot of this in my Linq 2 SQL
System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
There is really no reason for it, its a simple query that returns 1 record.
I was thinking about opening my datacontext within a Using statement on each method that needs it, i currently am using a private module level variable to open the datacontext..
Is this recommended?
I don't see why it would be timing out, i can only think that i have too many data contexts around....
Any ideas?