无法初始化 Windows Azure 存储模拟器

发布于 2024-12-29 10:24:15 字数 142 浏览 2 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

没有心的人 2025-01-05 10:24:15

假设您已安装 SQL Express:

  1. 单击“开始”,指向“所有程序”,然后单击“Windows Azure SDK”
    v1.4
  2. 右键单击​​ Windows Azure SDK 命令提示符,然后单击运行方式
    管理员
  3. 在 Windows Azure SDK 命令提示符窗口中,键入以下内容
    命令:DSInit /sqlInstance:;

http://blog.nimbo.com/error-failed-to-initialize-windows-azure-storage-emulator/

如果没有,请发布错误的完整日志。

Assuming you have SQL Express installed:

  1. Click Start, point to All Programs, and then click Windows Azure SDK
    v1.4
  2. Right-click Windows Azure SDK Command Prompt, then click Run as
    Administrator
  3. In the Windows Azure SDK Command Prompt window, type the following
    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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文