views:

367

answers:

2

I am having trouble loading Azure example solution AspProviders the StorageClient project is unavailable. What am I missing? What can should I check for?

(This example is found in the Azure SDK)

+1  A: 

Did you create the storage prior to running the sample? There should be an explanation of how to do this in the documentation.

whether run locally on in the cloud, the creation of storage is a separate step from deploying the cloud application.

Hope this makes sense.

Gregory A Beamer
+3  A: 

StorageClient is another sample in the SDK. Try running buildall.cmd from the root of the samples directory.

I got version 1.2 of the SDK and it isn't here. I ran `buildall`, but I'm not sure what it was supposed to do.
Rosarch