azure-service-runtime

Could not load file or assembly ServiceRuntime 2.4.0.0

怎甘沉沦 提交于 2019-12-22 03:38:22
问题 After upgrading our project to use the Azure SDK 2.5, I get the following runtime exception when deployed to Azure (web role): Could not load file or assembly 'Microsoft.WindowsAzure.ServiceRuntime, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. One of the referenced packages from NuGet is still referencing ServiceRuntime 2.4.0.0 . From what I understand, all I need to do to fix this is create a

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

允我心安 提交于 2019-12-04 14:55:20
问题 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 references for the NuGet packages. However, I can't find a NuGet package for Microsoft.WindowsAzure.ServiceRuntime.dll that contains classes such as RoleEnvironment, etc. Are we supposed to be referencing this dll from the SDK installation and not a nuget package? That seems extremely odd. Am I just

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

 ̄綄美尐妖づ 提交于 2019-12-03 09:17:00
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 references for the NuGet packages. However, I can't find a NuGet package for Microsoft.WindowsAzure.ServiceRuntime.dll that contains classes such as RoleEnvironment , etc. Are we supposed to be referencing this dll from the SDK installation and not a nuget package? That seems extremely odd. Am I just not seeing the package for this assembly? I've now installed all of the "windowsazureofficial"