Question

I am getting the following error when running my web role:

Could not load file or assembly 'Microsoft.WindowsAzure.ServiceRuntime, Version=2.0.0.0

In my references, I see that I am using version 1.8.0.0 of the ServiceRuntime (as well as Diagnostics).

I cannot find v2.0.0.0 in NuGet or anywhere on my computer. I currently have the latest SDK installed.

How do I upgrade these two references to 2.0.0.0?

EDIT:

I am going to attempt to reinstall the SDK. Which of the following do I need to uninstall?

enter image description here

My guess is just the Libraries for .NET?

Was it helpful?

Solution

I had to uninstall the SDK and reinstall it using the Web Platform installer. I would have expected it to prompt for an upgrade or that there is a newer SDK out. This was further confusing because I was using NuGet for the v2 of the Storage Libraries.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top