Server Error in '/' Application.

The given key was not present in the dictionary.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.

Source Error:


Line 214:			if (TagInURL != "5g" && TagInURL != "military" && TagInURL != "gan" && TagInURL != "gnss" && TagInURL != "iot" && TagInURL != "radar" && TagInURL != "rf-energy" && TagInURL != "rfid" && TagInURL != "satellite" && TagInURL != "software" && TagInURL != "space" && TagInURL != "test-measurement" && TagInURL != "waveguide" && TagInURL != "wi-fi" && TagInURL != "wireless-charging" && TagInURL != "wireless-infrastructure")
Line 215:			{
Line 216:				litTagsList.Text += "<li><a class='active' href='javascript:void(0)'><img src='https://cdn.everythingrf.com/files/tag-default-icon.png' data-original='https://cdn.everythingrf.com/files/tag-default-icon.png' class='imageload1' style=''><span>" + nPageData.AllTags[selectedTag] + "</span></a></li>";
Line 217:			}
Line 218:		}

Source File: c:\inetpub\wwwroot\everythingrf\content\aws-search\news.aspx.cs    Line: 216

Stack Trace:


[KeyNotFoundException: The given key was not present in the dictionary.]
   System.Collections.Generic.Dictionary`2.get_Item(TKey key) +12834707
   content_aws_search_news.PopulateNewsData() in c:\inetpub\wwwroot\everythingrf\content\aws-search\news.aspx.cs:216
   content_aws_search_news.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\everythingrf\content\aws-search\news.aspx.cs:59
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4330.0