Enables to build and debug hosted services in .NET and to deploy them to Azure

learn more… | top users | synonyms

0
votes
2answers
86 views

Serialization Exception when attempting to receive Azure Service bus message via Topic/Subscriptions

I am recieving a Serialization Exception when attempting to parse the messaage recieved when subscribed to an Azure Service Bus topic. Anyone see what I am missing? I am using the ...
0
votes
0answers
36 views

Using same Azure role project with different role names in a ccproj

I have a role project (say, called MyRole) in my cloud project (.ccproj). So adding this MyRole.csproj project as a role will result an Azure role called MyRole while running the deployment. I was ...
6
votes
1answer
176 views

Azure Service Bus Relay Occasional FaultException

We can't determine why the Azure BasicHttpRelay is throwing an occasional FaultException without any details. We've enabled WCF diagnostic tracing, but the available stack trace information is still ...
0
votes
1answer
67 views

app.config in Web Role not copied in Azure SDK 1.8 and Visual Studio 2010

As suggested by these answers on Stack Overflow, I've added an app.config file to my web role in order to have some binding redirects available during the call of Role.OnStart in process ...
0
votes
1answer
108 views

Cannot build Windows Azure Cloud project in VS 2010 after installing VS 2012 side by side

According to Microsoft the side-by-side installation of Visual Studio 2010 and 2012 is supported (http://msdn.microsoft.com/en-us/library/ms246609.aspx). I already had VS 2010 installed on my system ...
1
vote
2answers
124 views

MSBuild Permissions - ACL - Entire IIS Folder

I'm fairly new to MSBuild, having discovered it's sheer power whilst automating many of our processes. I'm currently setting up our TARGETS files for our web projects, and I'm looking to set a global ...
6
votes
1answer
159 views

In Visual Studio, using Windows Azure Storage, where does “Remember Account Key” get saved?

Recently I reformatted my PC, which previously had Visual Studio installed on it. In Visual Studio, under Server Explorer -> Windows Azure Storage, before reformatting, I had a storage account ...
0
votes
3answers
109 views

Hello World node.js for Azure not working

I've tried to follow this very basic introduction to Node.js, Azure and the Azure SDK for Node.js All is going according to plan, until I get to this: PS C:\node\helloworld\WebRole1> ...
2
votes
1answer
173 views

Method not found using Microsoft.WindowsAzure.Storage (2.0.3.0)

I just upgraded Microsoft.WindowsAzure.Storage from nuget and I'm getting strange errors in Visual Studio 2010. When calling my method IncrementCountProperty from the method AddEntry i get the ...
0
votes
1answer
65 views

Downloaded Azure - Now All Builds Fail In VS2012

I have just started with Azure. http://www.windowsazure.com/en-us/develop/net/tutorials/get-started/ Downloaded the Azure SDK, and created the site (an empty mvc4 site). The build fails. Even worse, ...
2
votes
1answer
206 views

How to query Cloud Blobs on Widnows Azure Storage

I am using Microsoft.WindowsAzure.StorageClient to manipulate blobs on Azure storage. I have come to the point where the user needs to list the uploaded files and modify/delete them. Since there are ...
6
votes
2answers
1k views

Error with Azure service SSL in Development Fabric

I'm running into a problem with getting SSL to work in the Development Fabric. I'm running a clean install of Windows 8 Pro with Visual Studio 2012 Ultimate and the October 2012 Azure SDK for .NET. ...
2
votes
0answers
72 views

How to automatically detect the version of installed Azure SDK?

Is there a simple (documented?) way to detect the actually installed version of Azure SDK in automation script? I am going to define conditional behavior depending on this version. Currently, I just ...
3
votes
2answers
318 views

Azure SDK 1.8 binds several web roles to the same port on local emulator

After updating azure SDK to 1.8 I'm not able to run our project properly anymore. Looks like local emulator creates IIS application in a wrong way using the same port numbers. The problem can be ...
3
votes
1answer
135 views

Upload File with brackets ([ & ]) in the name

I'm moving a ClickOnce install from a regular web server to Azure Blob storage and have a problem with some of the files. The filenames contains [ ] and CloudBlob.UploadFile fails with an exception: ...
11
votes
1answer
1k views

Microsoft.WindowsAzure.Storage vs Microsoft.WindowsAzure.StorageClient

What's the difference between these two assemblies and when should I use each? I find that there are class name collisions between them so I imagine that I should only use one. Example ...
4
votes
0answers
291 views

Azure SDK 1.8 Kills VS2010 Configuration Switching

Ever since upgrading to Azure SDK 1.8 we have been consistently having extremely long delays when switching between build configurations in VS2010. It can take several minutes to switch between a ...
2
votes
2answers
158 views

Only one instance works with Azure October 2012 SDK on IIS7.5

I just upgraded my Azure solution to VS2012 and October 2012 version. I have 2 webroles but only 1 of them is working now when I look it from IIS Manager. I'm sure of it because my webrole's ...
0
votes
1answer
230 views

Blob metadata is not saved even though I call CloudBlob.SetMetadata

For a few hours I've been trying to set some metadata on the blob I create using the Azure SDK. I upload the data asynchronously using BeginUploadFromStream() and everything works smoothly. I can ...
2
votes
1answer
102 views

How to handle exceptions thrown from within CloudPageBlob.BeginUploadFromStream

I'm using the Azure SDK to upload a stream to an Azure Storage Blob. I want to do it async, so I use CloudPageBlob.BeginUploadFromStream. Doing this, I started to think about what would happen if an ...
0
votes
2answers
212 views

Where is the RelayConfigurationInstaller.exe tool in Azure SDK 1.7?

I can't seem to find the Azure Service Bus Relay configuration tool - RelayConfigurationInstaller.exe in the June 2012 SDK release. It used to be trivial to fix the relay configuration errors when the ...
0
votes
1answer
116 views

Azure cache programatic configuration results in ErrorCode ERRCA0029 SubStatus ES0001 Authorization token passed by user Invalid

I am trying Proof of Concepts based on code at http://msdn.microsoft.com/en-us/library/windowsazure/gg618003. This cache is accesible if I use app.config settings. When I switched the application to ...
0
votes
0answers
33 views

Can't build Azure project from VS2010

Whenever I try to build my Azure project, it gives me no details but just says this in the utput window: Error: Object reference not set to an instance of an object. ========== Build: 8 succeeded, 1 ...
2
votes
2answers
319 views

“Build deployment package” gone! Azure SDK's fault?

The option to "Build deployment package", located between "Clean" and "Publish" in a Web Project's context menu of Visual Studio (I use 2010) has disappeared. I suspect the Azure SDK or something ...
0
votes
0answers
201 views

Azure SDK exception: Task input/output must be created with call from CloudMediaContext.Assets or a TaskOutputAsset

I'm trying to transcode a file from MP4 to Smooth Stream format using the Windows Azure SDK. I want to keep the original file, which is already an existing asset in the storage blob, and make the ...
7
votes
3answers
3k views

Where is the NuGet package for Microsoft.WindowsAzure.ServiceRuntime?

We had previously been referring to our Windows Azure libraries via the SDK and I noticed that they have NuGet packages for them now. This is obviously way better, so I'm swapping out all of those ...
2
votes
1answer
296 views

SlowCheetah not working after installation of azure sdk

I have Visual Studio 2010 together with slowcheetah. I have a website where I use multiple configuration files and some of them need to have different values on debug and on release. To accomplish ...
1
vote
3answers
849 views

Azure Table Storage sdk 1.6 Upsert not inserting

I'm trying to use the new upsert feature of asure sdk 1.6 (against the storage emulator). But I only managed to get the update working. When I try to upsert whit a new rowkey I get resource not found ...
6
votes
2answers
440 views

Windows Azure SDK v1.6 does not contain csrun.exe, where can I download?

I've downloaded and installed the official Windows Azure SDK v1.6 but for some reason csrun.exe (needed for running a package locally) is not in the bin directory with all the other exe files like ...
1
vote
2answers
103 views

How do you setup visual studio to include the Azure name spaces?

I've installed the Azure 1.4 toolkit. I have the new project templates in VS2010. I want to start saving files to my azure storage account CDN via code. I'm referencing this code snippet: ...