系統visual studio 開發的,數據庫部署在windows azure上,但是調試的時候報錯
“Windows Azure Tools: Failed to initialize Windows Azure storage emulator. Unable to start Development Storage. Failed to start Storage Emulator: the SQL Server instance ‘localhost\SQLExpress’ could not be found. Please configure the SQL Server instance for Storage Emulator using the ‘DSInit’ utility in the Windows Azure SDK.”
現在無法調試,各位大俠有思路嗎,速速的
你的Azure SDK沒有裝好或者配置好,存儲模擬器也沒法用,本地的SQL Server Express也不行。安裝好SQL Server Express然後執行sdk裡的dsinit配置下