Hi all,
I receive recently in all my environments this Error when I try to register using redeem code, if I check "I have an existing account" the process continues normally:
Portal version : 9.6.7.8
Portal type : CustomerPortal
No matching route found for RedirectToRoute.
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.InvalidOperationException: No matching route found for RedirectToRoute.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[InvalidOperationException: No matching route found for RedirectToRoute.]
System.Web.HttpResponse.RedirectToRoute(String routeName, RouteValueDictionary routeValues, Boolean permanent) +256
Site.Areas.Account.Models.<ValidateAndRegisterUser>d__25.MoveNext() in C:\__w\1\s\Samples\MasterPortal\Areas\Account\Models\RegistrationManager.cs:254
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
Site.Areas.Account.Views.Login.Registration.SubmitButton_Click(Object sender, EventArgs e) in C:\__w\1\s\Samples\MasterPortal\Areas\Account\Views\Login\Registration.aspx.cs:280
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +138
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +150
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5440
|