I recently did an install of Orion 8.5 and have run into two problems. First of all, when I click on Account Views, I get the following:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at SolarWinds.Orion.Web.PropertyInfoCollection.get_Item(String Name)
at Orion_Admin_AccountViews.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
The other issue is that when I try to click on the NetFlow Traffic Analysis module, I get the following:
System.Configuration.SettingsPropertyNotFoundException: The settings property 'TrafficAnalysis.NetFlowSummaryViewID' was not found.
at System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
at System.Configuration.SettingsBase.get_Item(String propertyName)
at System.Web.Profile.ProfileBase.GetInternal(String propertyName)
at System.Web.Profile.ProfileBase.get_Item(String propertyName)
at System.Web.Profile.ProfileBase.GetPropertyValue(String propertyName)
at SolarWinds.Orion.Web.UI.OrionView.SelectView()
at SolarWinds.Orion.Web.UI.OrionView.OnPreInit(EventArgs e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Everything else seems to work fine so far. Orion 8.5 and NetFlow 2.2 are running on Windows 2003 64-bit. Any ideas on how to correct these issues?