I am trying to attach a cloud drive on a live VM as described here http://msdn.microsoft.com/en-us/library/gg466226.aspx#bk_Storage but
I get the error ERROR_AZURE_DRIVE_DEV_PATH_NOT_SET ?
What does this mean? I've tripled checked my config at it seems ok.
I am trying to connect the cloud drive in a Windows Service on a VM Role. I am already checking that the RoleEnvironment.IsAvailable is true so I think Azure is available.
2012-04-26 12:26:09,360 [6] INFO VMRoleStartup [(null)] - Starting...
2012-04-26 12:26:09,422 [7] INFO VMRoleStartup [(null)] - initialization succeeded
2012-04-26 12:26:09,454 [7] INFO VMRoleStartup [(null)] - local cache size 168944
2012-04-26 12:26:09,454 [7] INFO VMRoleStartup [(null)] - mounting drive http://me.blob.core.windows.net/mycontainer/drive_1.vhd
2012-04-26 12:26:09,454 [7] ERROR VMRoleStartup [(null)] - Microsoft.WindowsAzure.StorageClient.CloudDriveException: ERROR_AZURE_DRIVE_DEV_PATH_NOT_SET ---> Microsoft.WindowsAzure.CloudDrive.Interop.InteropCloudDriveException: Exception of type 'Microsoft.WindowsAzure.CloudDrive.Interop.InteropCloudDriveException'
was thrown.
at ThrowIfFailed(UInt32 hr)
at Microsoft.WindowsAzure.CloudDrive.Interop.InteropCloudDrive.Create(String url, Int64 size, SignatureCallBack sign)
at Microsoft.WindowsAzure.StorageClient.CloudDrive.Create(Int32 sizeInMB)