windows Azure Tools: Failed to initialize windows Azure storage emulator. Unable to start Development Storage. Failed to start Development Storage: the sql Server instance ‘localhostSQLExpress’ could not be found. Please configure the SQL Server instance for Development Storage using the ‘DSInit’ utility in the Windows Azure SDK.
您可以按照以下步骤解决此问题:
- 如果本地已安装Sql server,请检查SQLEXPRESS实例是否已启动。如果没有启动,请启动它。
- 运行Windows Azure SDK Command prompt。
C:Program FilesMicrosoft SDKsWindows AzureEmulatordevstore>dsinit /sqlinstance:sqlexpress
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END