Timeout expires when deploying assemblies in SQL Server 2005 June CTP
Can anybody help?
Can anybody help?
Did you try increasing the timeout? Project Properties -> Database -> Connection String -> Browse -> Add New reference -> Advanced and then change the timeout.
Also click on test connection to ensure that the connection is to a valid database and SQL Server is currently running.
Thanks,
-Vineet.
This typically happens when the server does not respond in time -- for whatever reason. Changing the timeout value here (rather than for the connection) will allow VS to wait longer before giving up. :-)
Let me know if that helps.
Thanks,
-Vineet.
You know what, I just restarted my server and everything worked out fine. Have you encountered such scenario before? I didn't do anything except restart the server and now it's working.
Any hints?
I am using RTM versions (or in reality, SP1) and this is the part that was hindering our remote SQL Server from completing the deployment. Thanks for the tip, was looking all around the database project's properties itself.
Milind Lele - MSFT wrote:
Can you please change the time out value from Tools->Options->Database Tools->Query and View Designers?