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 48: 					parentStationData = LookUpStation(Me.stationID)
Line 49: 					stationData = parentStationData     ' -- copy data over for front end
Line 50: 					Me.stationID = parentStationData("ID")
Line 51: 				Else
Line 52: 					blnStationIsRepeater = False

Source File: h:\root\home\radioone-001\www\radiostationworld\redirect\redirect_to_webcast.aspx.vb    Line: 50

Stack Trace:


[KeyNotFoundException: The given key was not present in the dictionary.]
   System.Collections.Generic.Dictionary`2.get_Item(TKey key) +12998599
   redirect_to_webcast.Page_Load(Object sender, EventArgs e) in h:\root\home\radioone-001\www\radiostationworld\redirect\redirect_to_webcast.aspx.vb:50
   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.9224.0