I am trying to add a query to a tableadapter in visual studio 2005. It is a long running query that cannot really be tuned further. When I add it to the table adapter the parameters show up listed but the results fields do not. No error message yet. Then when it goes on to generate the methods it times out after about 30 seconds with the error message:
An unexpected error has occured.
Error message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
I have already raised the timeout value in Tools/Values/Table and Database designers and Tools/Values/Query and View Designers. Is there anything else that I can do?
An unexpected error has occured.
Error message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
I have already raised the timeout value in Tools/Values/Table and Database designers and Tools/Values/Query and View Designers. Is there anything else that I can do?