我无法通过Web平台安装程序安装azure存储模拟器.
=== Logging started: 4/25/2014 10:34:55 ===
Action start 10:34:55: INSTALL.
Action start 10:34:55: AppSearch.
Action ended 10:34:55: AppSearch. Return value 1.
Action start 10:34:55: FindRelatedProducts.
Action ended 10:34:55: FindRelatedProducts. Return value 1.
Action start 10:34:55: LaunchConditions.
Action ended 10:34:55: LaunchConditions. Return value 1.
Action start 10:34:55: ValidateProductID.
Action ended 10:34:55: ValidateProductID. Return value 1.
Action start 10:34:55: CostInitialize.
Action ended 10:34:55: CostInitialize. Return value 1.
Action start 10:34:55: FileCost.
Action ended 10:34:55: FileCost. Return value 1.
Action start 10:34:55: …Run Code Online (Sandbox Code Playgroud) 我正在学习如何使用Microsoft Azure Tools for Visual Studio开发Azure云服务:" Azure工具入门Visual Studio ".
我成功完成了以下步骤:1.安装Azure工具.2.创建Azure云服务.
第三步是构建和调试云服务,我被卡住了.在调试时我收到错误"无法初始化Microsoft Azure存储模拟器".
我尝试了各种网站上给出的各种方法来初始化存储模拟器,但它们都没有为我工作.
当我尝试命令时WAStorageEmulator.exe init,我收到错误"无法创建数据库".
任何帮助将不胜感激.
获取错误为:
Microsoft Azure Tools: Failed to initialize Microsoft Azure storage emulator.
The storage emulator needs to be initialized. Please run the 'init' command. Cannot create database.
Run Code Online (Sandbox Code Playgroud)
尝试替换AzureStorageEmulator.exe端口名,但似乎不起作用。还尝试在管理员模式下运行Azure提示符,并尝试编写DSInit / sqlInstance:但其显示错误为DSInit,而不是内部命令。
请对此提供任何帮助。