At the end of the install of B3 I receive the following error message.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at SolarWinds.Licensing.Framework.UI.ActivationWizardScenes.ActivationEntry.FillInProxySettings()
at SolarWinds.Licensing.Framework.UI.ActivationWizardScenes.ActivationEntry.InitializeScene()
at SolarWinds.Licensing.Framework.UI.wizardForm.DisplayScene(ActivationSceneBase sceneToDisplay)
at SolarWinds.Licensing.Framework.UI.wizardForm.Initialize()
at SolarWinds.Licensing.Framework.UI.wizardForm.wizardForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)