Home > Net >  "/" in the application server error. The index is beyond the array bounds, seeks to solve
"/" in the application server error. The index is beyond the array bounds, seeks to solve

Time:03-19

Error message is as follows:

Index exceeded array bounds,
Note: during the execution of the current Web request, abnormal untreated, please check the stack trace, to learn about the errors and mistakes in the code of the source of detailed information,

Exception details: System. IndexOutOfRangeException: index exceeded array bounds,

The error source:


Line: 50 TextString +="commentary reward: & lt; Text input type=\ "" name=\ emptyok="config6 " \ "true " maxlength=\ \ "10" value=https://bbs.csdn.net/config [6] "" + +" \ "/& gt;
Line 51: TextString +="address: picture & lt; Text input type=\ "" name=\ emptyok="config7 " \ "true " maxlength=\ "100 " value=https://bbs.csdn.net/"" + config [7] +" \ "/& gt;
Line 52: TextString +="interface address: & lt; Text input type=\ "" name=\ emptyok="config8 " \ "true " maxlength=\ "100 " value=https://bbs.csdn.net/config [8] "" + +" \ "/& gt;
53: TextString +="& lt; Input type=\ "submit " value=https://bbs.csdn.net/"determining configuration "/& gt; The \ r \ n ";
Line 54: TextString +="& lt;/form> The \ r \ n ";

The source file: c: \ below \ web \ XML \ admin \ book \ config aspx. Line cs: 52

The stack trace:


[IndexOutOfRangeException: index beyond boundaries, the array]
Admin_book_config. Page_Load (Object sender, EventArgs e) in c: \ below \ web \ XML \ admin \ book \ config aspx. Cs: 52
System. Web. UI. Control the onl oad (EventArgs e) + 106
System. Web. UI. Control. LoadRecursive () + 68
System. Web. UI. Page. ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) + 3785

Version information: Microsoft.net Framework version: 4.0.30319; The ASP.NET version: 4.7.3770.0
  • Related