Azure 存储资源管理器:服务器遇到内部错误
Azure Storage Explorer: server encountered internal error
当我在 Azure 存储资源管理器(版本 1.6.2)中单击以展开模拟器默认端口=> tables 节点时,出现“无法检索子资源”错误。但是天蓝色table 存储模拟器已初始化并且是 运行。
更新:
我删除了 %appdata%/storageexplorer
文件夹(按照我的 Microsoft 论坛中的建议),我遇到了和以前一样的问题。
我错过了什么?
我无法重现这个问题,所以很难确定是什么原因导致了这个问题。
如果您在 GitHub here 上向 Azure 存储资源管理器团队提出问题会更好。他们会帮助您解决问题。
我能想到的另一种方法是您可以卸载模拟器和存储资源管理器,然后重新安装最新版本。
我能够通过
使应用程序正常工作
a. removing LocalDB database,
b. deleting the localdb created mdf, ldf files,
c. installing "SQL server Express" and manually creating the database that the Azure Storage explorer needed, and then configuring Azure Storage explorer to work with "SQL server Express"
在我的案例中,问题是因为有不止一个 MS SQL。因为这个实例没有正确初始化。
我们解决问题的步骤
- 删除创建的本地数据库
- 运行初始化期间的下一个命令
AzureStorageEmulator.exe init /server .
有关 AzureStorageEmulator 命令的详细信息,请查看 link
当我在 Azure 存储资源管理器(版本 1.6.2)中单击以展开模拟器默认端口=> tables 节点时,出现“无法检索子资源”错误。但是天蓝色table 存储模拟器已初始化并且是 运行。
更新:
我删除了 %appdata%/storageexplorer
文件夹(按照我的 Microsoft 论坛中的建议),我遇到了和以前一样的问题。
我错过了什么?
我无法重现这个问题,所以很难确定是什么原因导致了这个问题。
如果您在 GitHub here 上向 Azure 存储资源管理器团队提出问题会更好。他们会帮助您解决问题。
我能想到的另一种方法是您可以卸载模拟器和存储资源管理器,然后重新安装最新版本。
我能够通过
使应用程序正常工作a. removing LocalDB database,
b. deleting the localdb created mdf, ldf files,
c. installing "SQL server Express" and manually creating the database that the Azure Storage explorer needed, and then configuring Azure Storage explorer to work with "SQL server Express"
在我的案例中,问题是因为有不止一个 MS SQL。因为这个实例没有正确初始化。 我们解决问题的步骤
- 删除创建的本地数据库
- 运行初始化期间的下一个命令
AzureStorageEmulator.exe init /server .
有关 AzureStorageEmulator 命令的详细信息,请查看 link