0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【AzureSDK2.3・AzureStorageExploer】DevStorage Not Detected エラーの対応方法

Last updated at Posted at 2014-08-09

DevStorageに接続できない

AzureStorageExploerでDevStorageへ接続しようとした際に、下記のエラーが出て、接続できないことがある。

dc0b6d614029b44528477761b02baa55.png

対応策

  • Storage Emulator, AzureStorageExploerを閉じる
  • C:\Program Files\Microsoft SDKs\Windows Azure\Emulator\devstore へ移動
  • DSInit.exeを実行

7163fdacd17399262cccbe944f429d74.png

18964ab69c741d7809393e275d5e4b4a.png

  • DSServiceLDB.exeを実行

19c8a6729d25813c721ffab15efc1a1a.png

  • AzureStorageExploler開く
  • Add Account > DevStorage

eb88d6a609d2ad9a6ed3b9dc6ed24b76.png

  • 完了

補足

上記方法でエミュレータを起動した場合、
VisualStudioのプロジェクトからDevStorage接続時に400エラーになる場合がある。
そのときは、AzureStorageExploerを閉じ、エミュレータ類を全停止。そして、インスタンス実行時に自動的にエミュレータを立ち上げると、400エラーはなくなった。
(要調査中)

ググって出てきた下記の方法では解決できなかった

csrun.exe

下記コマンドを実行

"C:\Program Files\Microsoft SDKs\Windows Azure\Emulator\csrun.exe" /devfabric:start

"C:\Program Files\Microsoft SDKs\Windows Azure\Emulator\csrun.exe" /devstore:start
→ depricate

WAStorageEmulator.exe

下記コマンドを実行

"C:\Program Files\Microsoft SDKs\Windows Azure\Emulator\WAStorageEmulator.exe" /devstore:start

"C:\Program Files (x86)\Microsoft SDKs\Windows Azure\Storage Emulator\WAStorageEmulator.exe" /devstore:start

C:\Users\tanaka_yut>"C:\Program Files (x86)\Microsoft SDKs\Windows Azure\Storage Emulator\WAStorageEmulator.exe" start

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?