England England Flag Scotland Scotland Flag Wales Wales Flag Northern Ireland Northern Ireland Flag
Specified argument was out of the range of valid values.<br>Parameter name: i

Server Error in '/' Application.

Specified argument was out of the range of valid values.
Parameter name: i

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 argument was out of the range of valid values.
Parameter name: i

Source Error:


Line 33:         r = new Regex("<!-- bodytext -->(.+?)<!-- /bodytext -->", rgx_opt);
Line 34: 
Line 35:         string bodytext = r.Matches(src)[0].Groups[1].Value;
Line 36:         bodytext = bodytext.Replace(">edit<", "><");
Line 37:         bodytext = bodytext.Replace("[", "");

Source File: d:\hshome\chillydk\googlemapsireland.com\gmukfeeder.aspx.cs    Line: 35

Stack Trace:


[ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: i]
   System.Text.RegularExpressions.MatchCollection.get_Item(Int32 i) +2053878
   gmukfeeder.Page_Load(Object sender, EventArgs e) in d:\hshome\chillydk\googlemapsireland.com\gmukfeeder.aspx.cs:35
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.3634; ASP.NET Version:2.0.50727.3634