I'm using a free trial of Windows Azure where I have created a cloud service which I wanted to delete after a while. Now it's hanging for hours in service status "deleting" and staging is "! Running". I tried to remove the cloud service via the Windows Azure Power Shell but it's not working there either. The error message there is
Remove-AzureService : The specified cloud service
"Microsoft.WindowsAzure.Management.ServiceManagement.Model.HostedServiceDetailedContext" does not exist.
In Zeile:1 Zeichen:1
+ Remove-AzureService -ServiceName $target
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Remove-AzureService], Exception
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.CloudService.RemoveAzureServiceCommand
What can I do now?