MSDNでExcercise を実行しようとしていますが、Add-PSSnapin Microsoft.WindowsAzure.ServiceRuntime を実行しようとすると、タスク 2 でエラーが発生します。
Add-PSSnapin : 次のエラーのため、Windows PowerShell スナップイン Microsoft.WindowsAzure.ServiceRuntime を読み込めません:
The Windows PowerShell snap-in module C:\Program Files\Windows Azure Integration Components\v1.6\Powershell\Microsoft.WindowsAzure.ServiceRuntime.Commands.dll does not have required Windows PowerShell snap-in strong name Microsoft.WindowsAzure.ServiceRuntime.Commands, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
At line:1 char:13
+ Add-PSSnapin <<<< Microsoft.WindowsAzure.ServiceRuntime
+ CategoryInfo : InvalidArgument: (Microsoft.WindowsAzure.ServiceRuntime:String) [Add-PSSnapin], PSSnapIn
Exception
+ FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand
前のすべてのタスクは問題なく完了し、タスク 2 の手順 2 には、前の演習とタスクで問題なく実行された「スナップインが統合コンポーネントと共にインストールされ、Windows Azure ランタイム環境へのアクセスが提供されます」と記載されています。誰かがこの問題に遭遇しましたか?