程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> start-visual studio調試azure報錯,各位大俠有思路嗎?

start-visual studio調試azure報錯,各位大俠有思路嗎?

編輯:編程綜合問答
visual studio調試azure報錯,各位大俠有思路嗎?

系統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配置下

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved