actionlistener123 2014-12-31 07:34 采纳率: 100%
浏览 2447
已采纳

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.”
现在无法调试,各位大侠有思路吗,速速的

  • 写回答

2条回答 默认 最新

  • threenewbee 2014-12-31 07:40
    关注

    你的Azure SDK没有装好或者配置好,存储模拟器也没法用,本地的SQL Server Express也不行。安装好SQL Server Express然后执行sdk里的dsinit配置下

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?