我有了一個本地的MDF文件(的LocalDB),並使用下面的ConnectionString庫項目連接到的LocalDB:從Visual Studio建立在線服務器
Data Source=(LocalDb)\v11.0;Initial Catalog=MyDB;Integrated Security=True
代碼需要訪問數據庫中的編譯時間( F#類型提供程序)。它工作在當地罰款,但是當它與下面的錯誤編譯在Visual Studio建立在線服務器(TFS)上失敗:
Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=26085; handshake=248;
我檢查,它看起來像安裝在構建服務器上的LocalDB:http://listofsoftwareontfshostedbuildserver.azurewebsites.net/
任何想法?我需要特殊的權限才能訪問LocalDB嗎?
謝謝!
未在線使用,但可以連接到數據庫嗎?你使用的SQL2012或SQL 2014.你是否發佈你的數據庫作爲構建的一部分? – 2014-10-01 07:48:19
我可以連接到我的機器上的數據庫。我正在使用SQl2012的/v11.0,並且mdf和ldf文件都被標記爲「content」和「always always」 – 2014-10-02 08:21:57