Category Archives: Azure

Method ‘get_SerializationSettings’ error when Login-AzureRMAccount

Error:

Login-AzureRMAccount : Method ‘get_SerializationSettings’ in type
‘Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient’ from
assembly ‘Microsoft.Azure.Commands.ResourceManager.Common, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35’ does not have an
implementation.
At line:1 char:1
+ Login-AzureRMAccount
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Connect-AzureRmAccount], TypeL
oadException
+ FullyQualifiedErrorId : System.TypeLoadException,Microsoft.Azure.Commands
.Profile.ConnectAzureRmAccountCommand

Resolution:… Continue Reading