Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi,When upgrading tp 7.1.1, a compilation error occurs inf file UpgradeWizard.apsx.cs, find below the message. Compilation ErrorDescription: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS1501: No overload for method 'UpdateInstallVersion' takes 2 argumentsSource Error:Line 337: //first update the InstallVersion app setting if neededLine 338: bool redirectNeeded;Line 339: string strError = Config.UpdateInstallVersion(databaseVersion, out redirectNeeded);Line 340:Line 341: if (String.IsNullOrEmpty(strError))Source File: d:\Users\benhams-1\Benhams-5\WWWRoot\Install\UpgradeWizard.aspx.cs Line: 339