无法初始化 Windows Azure 存储模拟器
Azure 存储位于本地 SQL 服务器上。我已经运行了 DSInit /sqlinstance:。其完成时没有错误,但当我尝试运行我的应用程序时,我仍然无法初始化 Windows Azure 存储模拟器。
还有其他我错过的设置吗?
谢谢
Azure storage is on a local sql server. I have run DSInit /sqlinstance:. which completes without errors but when I try to run my app I still get Failed to initialize Windows Azure storage emulator.
Is there some other setting I have missed?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您已安装 SQL Express:
v1.4
管理员
命令:
DSInit /sqlInstance:;
http://blog.nimbo.com/error-failed-to-initialize-windows-azure-storage-emulator/
如果没有,请发布错误的完整日志。
Assuming you have SQL Express installed:
v1.4
Administrator
command:
DSInit /sqlInstance:<SQLServerInstance>;
http://blog.nimbo.com/error-failed-to-initialize-windows-azure-storage-emulator/
If not, please post a full log of the error.