Hi All,
Asking the general Population to see whether this is a 'just me' situation.
I have recently upgraded to SCOM 2019 from SCOM 1807 and am now trying to reconnect to my azure environment. i was eager to see what the possibilities were with the log analytics connection however when i click 'register to azure Log analytics' i immediately
receive the below unhandled exception.
I have tried this from my management server and my widnows 10 VM and cannot get this to load.
as always any suggestions would be greatly appreciated
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
at System.Signature.GetSignature(Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
at System.Reflection.RuntimeMethodInfo.FetchNonReturnParameters()
at System.Reflection.RuntimeMethodInfo.GetParametersNoCopy()
at System.Reflection.RuntimePropertyInfo.GetIndexParametersNoCopy()
at System.Reflection.RuntimePropertyInfo.GetIndexParameters()
at System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetProperties(Type type)
at System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData.GetProperties()
at System.ComponentModel.TypeDescriptor.TypeDescriptionNode.DefaultTypeDescriptor.System.ComponentModel.ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
at System.ComponentModel.TypeDescriptor.GetPropertiesImpl(Object component, Attribute[] attributes, Boolean noCustomTypeDesc, Boolean noAttributes)
at Microsoft.EnterpriseManagement.ConsoleFramework.RegistrySettingsStore.GetComponentKey(Object component)
at Microsoft.EnterpriseManagement.ConsoleFramework.RegistrySettingsStore.ReadValues(RegistryKey parentKey, Object component)
at Microsoft.EnterpriseManagement.ConsoleFramework.RegistrySettingsStore.Read(Object component)
at Microsoft.SystemCenter.Advisor.UI.AdministrationConsole.RegistrationWizard.RegistrationWizardContainer.Initialize(ISite site, RegistrationData data)
at Microsoft.SystemCenter.Advisor.UI.AdministrationConsole.RegistrationWizard.RegistrationWizardContainer..ctor(ISite site)
at Microsoft.SystemCenter.Advisor.UI.AdministrationConsole.LandingPageView.linkLabelRegister_LinkClicked(Object sender, LinkLabelLinkClickedEventArgs e)
at System.Windows.Forms.LinkLabel.OnLinkClicked(LinkLabelLinkClickedEventArgs e)
at System.Windows.Forms.LinkLabel.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Richard Scott