Server Error in '/' Application.

Specified time is not supported in this calendar. It should be between 04/30/1900 00:00:00 (Gregorian date) and 05/13/2029 23:59:59 (Gregorian date), inclusive.
Parameter name: time

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.ArgumentOutOfRangeException: Specified time is not supported in this calendar. It should be between 04/30/1900 00:00:00 (Gregorian date) and 05/13/2029 23:59:59 (Gregorian date), inclusive.
Parameter name: time

Source Error:


Line 35: 
Line 36:                         baslik.InnerHtml = dr("baslik_" & lng)
Line 37:                         tarih.InnerHtml = "Tarih: " & Convert.ToDateTime(dr("ekleme_tarihi")).ToShortDateString
Line 38:                         icerik.InnerHtml = dr("icerik_" & lng)
Line 39:                         Page.Title = dr("baslik_" & lng)

Source File: D:\vhosts\kecoglubiraderler.com\httpdocs\modules\mod_guncel\mod_detay.ascx.vb    Line: 37

Stack Trace:


[ArgumentOutOfRangeException: Specified time is not supported in this calendar. It should be between 04/30/1900 00:00:00 (Gregorian date) and 05/13/2029 23:59:59 (Gregorian date), inclusive.
Parameter name: time]
   System.Globalization.UmAlQuraCalendar.CheckTicksRange(Int64 ticks) +2432187
   System.Globalization.UmAlQuraCalendar.GetDatePart(DateTime time, Int32 part) +55
   System.Globalization.UmAlQuraCalendar.GetDayOfMonth(DateTime time) +23
   System.DateTimeFormat.FormatCustomized(DateTime dateTime, String format, DateTimeFormatInfo dtfi, TimeSpan offset) +2244
   System.DateTimeFormat.Format(DateTime dateTime, String format, DateTimeFormatInfo dtfi, TimeSpan offset) +67
   System.DateTimeFormat.Format(DateTime dateTime, String format, DateTimeFormatInfo dtfi) +54
   System.DateTime.ToShortDateString() +32
   modules_mod_guncel_mod_detay.GetData() in D:\vhosts\kecoglubiraderler.com\httpdocs\modules\mod_guncel\mod_detay.ascx.vb:37
   modules_mod_guncel_mod_detay.Page_Load(Object sender, EventArgs e) in D:\vhosts\kecoglubiraderler.com\httpdocs\modules\mod_guncel\mod_detay.ascx.vb:21
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062