【发布时间】:2020-02-18 11:58:12
【问题描述】:
在我的 Win10 更新后,嵌入到 VS2019 (16.4.5) 中的 AzureStorageEmulator (5.10.0.0) 无法启动。我试过单独启动它,但同样的问题
AzureStorageEmulator.exe start -inprocess
Windows Azure Storage Emulator 5.10.0.0 command line tool
Service Status: Blob http://127.0.0.1:10000/ False
The network location cannot be reached. For information about network troubleshooting, see Windows Help
Error: Unable to start the storage emulator.
我尝试除了初始化 AzureStorage
AzureStorageEmulator.exe init
Windows Azure Storage Emulator 5.10.0.0 command line tool
Found SQL Instance (localdb)\MSSQLLocalDB.
Creating database AzureStorageEmulatorDb510 on SQL instance '(localdb)\MSSQLLocalDB'.
Granting database access to user EVN-TEAMVIEWER\simon.hunanyan.
Database access for user EVN-TEAMVIEWER\simon.hunanyan was granted.
Initialization successful. The storage emulator is now ready for use.
The storage emulator was successfully initialized and is ready to use.
但结果一样:(
也许有人已经遇到过这个问题?任何想法 - 如何解决它?
【问题讨论】:
-
请检查端口 10000 是否可用且未被其他进程/应用程序使用。
-
我必须以管理员身份启动命令提示符才能启动模拟器。如果我没记错的话,这在几周前是没有必要的。
标签: azure