Azure Storage Explorer 无法打开Azure Development Storage原因

今天更新了Azure的SDK,之后,打开Azure Storage Explorer就一直在报错:
Azure Storage Explorer 无法打开Azure Development Storage原因_第1张图片
但是我在Azure的SDK目录下并没能找到相应的DSService.exe;

找了半天,总算是找到解决的方法:
    1、原因是在更新sdk之后,由于Azure Storage Explorer的最新版本还没有同步更新。
    2、解决:只要保存系统有一个名称为:DSService.exe的进程长时间驻留在系统即可。
    3、我的做法:建立一个命令行程序DSService:在Main只有一行代码:Console.ReadKey(); 以便让这个程序一直存活着。
    4、最后,再重新打开Azure Storage Explorer,就可以使用Development Storage了

参考:
http://sam.knight.id.au/blog/dsservice-exe-is-not-detected-in-azure-storage-explorer/

你可能感兴趣的:(azure)