Receiving a general error when trying to launch or open configuration manager:
System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Quest.Reporter.Consoles.Discovery.LicenseCheckHelper.UserIsCompliant(HashSet`1 usedDiscoveryTypes)
at Quest.Reporter.Consoles.Discovery.ReporterShell.PerformLicenceCheck()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
After closing the above error the console crashes and closes automatically.