-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft.WindowsAzure.MediaServices.Client.Extensions Strong Name Validation Error in Version 4.1.0 #45
Comments
Same here. Simple console app. Here is the full error Additional information: Could not load file or assembly 'Microsoft.WindowsAzure.MediaServices.Client.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) |
Same issue here, running ASP.NET MVC (non core) on .net 4.7. |
Downgraded to 4.0 as well as Microsoft.IdentityModel.Clients.ActiveDirectory -Version 3.16.1 and got it working. Lame. |
A new nugget package has been published with strong name signed version of Microsoft.WindowsAzure.MediaServices.Client.Extensions.dll |
Have you tried this in the field? It's been well over a month since I've been able to update any of the Azure packages because of various issues, this is pretty rare for MS. May I suggest a bit more communication between the teams? I realize it's likely up to another team to update the package but please keep this in mind for future. |
sorry about that. looks like 'windowsazure.mediaservices 4.1.0.1' was not made public. it is available now. Please give it a try and report back if you see any issues. |
It seems that this issue is not reproducible anymore. This ticket can be closed now. |
After I updated the windowsazure.mediaservices.extensions nuget package to version 4.1.0 I get a "Strong name validation failed" error in a FileLoadException.
Without the extension nuget package it runs fine.
The text was updated successfully, but these errors were encountered: