I'm simply trying to use the project which comes with the tutorial:
Exercise 1: Deploying an Application Using the Windows Azure Management Portal
I get a ton of errors when I try to make the package, but many of them reduce to:
CS0234: The type or namespace name 'ServiceRuntime' does not exist in the namespace 'Microsoft.WindowsAzure'
The using statements in the two projects have these Windows Azure references:
using Microsoft.WindowsAzure.ServiceRuntime;
using Microsoft.WindowsAzure.StorageClient;
using Microsoft.WindowsAzure;
And the actual references are present in the projects too.
What could be wrong?
http://www.ransen.com Cad and Graphics software