After completing the setup offered by /desktopmodules/yetanotherforumdotnet/install/default.aspx. I activated debug , and i got , for the last error ( that appear when completing installation) :
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex
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: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex
Source Error:
Line 99: //Redirect back to the portal main page.
Line 100: string rPath = YafForumInfo.ForumRoot;
Line 101: int pos = rPath.IndexOf( "/", 2 );
Line 102: rPath = rPath.Substring( 0, pos );
Line 103: Response.Redirect( rPath );
Source File: d:\inetpub\webs\reame-informaticocom\DesktopModules\YetAnotherForumDotNet\install\default.aspx.cs Line: 101
Stack Trace:
[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex]
System.Globalization.CompareInfo.IndexOf(String source, String value, Int32 startIndex, Int32 count, CompareOptions options) +7531045
System.Globalization.CompareInfo.IndexOf(String source, String value, Int32 startIndex) +39
System.String.IndexOf(String value, Int32 startIndex) +59
YAF.Install._default.Wizard_FinishButtonClick(Object sender, WizardNavigationEventArgs e) in d:\inetpub\webs\reame-informaticocom\DesktopModules\YetAnotherForumDotNet\install\default.aspx.cs:101
System.Web.UI.WebControls.Wizard.OnFinishButtonClick(WizardNavigationEventArgs e) +108
System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) +641
System.Web.UI.WebControls.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) +19
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +118
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +166
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Edited by user
14 years ago
|
Reason: Not specified