Windows Server 2008 x64
IIS 7.0
Asp.Net 4.0
I get an error Administration>Site Settings
Server Error in '/' Application.
Input string was not in a correct format.
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.FormatException: Input string was not in a correct format.
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:[FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +12636309 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +224 System.Byte.Parse(String s, NumberStyles style, NumberFormatInfo info) +38 mojoPortal.Web.Framework.CryptoHelper.StringToByteArray(String inputText) +202 mojoPortal.Web.Framework.CryptoHelper.Decrypt(String encryptedText) +347 mojoPortal.Web.AdminUI.SiteSettingsPage.PopulateMailSettings() +270 mojoPortal.Web.AdminUI.SiteSettingsPage.PopulateControls() +8388 mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) +18 System.Web.UI.Control.LoadRecursive() +71 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272