I am having a strange problem with a new (not upgraded) web client installation using version 8. Updates: 00, 01, 03, 04, 05, 06, 08; Web Core Updates: 01, 02; Web Model Updates: 01, 02.
When clicking any image button with a post back (Save, Reset, Delete), I get the error message below. This is happening everywhere in the system - even places I have not customized. The example below is from the user options page when logged in as Admin. I did make a change to base.master (in order to include javascript for a custom activity editor) and thought that might be the cause, but I have since reverted that page to out-of-box and still get the error. Other postbacks (not from an image button) do not seem to be affected. I haven't tried postbacks from image buttons on a custom ASCX yet (that might tell me if it is a problem with the quick form template); I have tried running the web site in visual studio, but it did not break on the error.
2013-05-31 14:55:20,907 [15] ERROR SlxClient.UserOptionsPage - SalesLogix Web Client unhandled exception during async postback [SalesLogix Error Id=SLXB485CD2DF45653F8]
{
"slxErrorId": "SLXB485CD2DF45653F8",
"mitigation": "AjaxErrorResponse (576)",
"date": "2013-05-31T14:55:20",
"utc": "2013-05-31T14:55:20",
"message": "Input string was not in a correct format.",
"source": "System.Number, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"type": "System.FormatException",
"stackTrace": " at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)\r\n at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)\r\n at System.Web.UI.WebControls.ImageButton.LoadPostData(String postDataKey, NameValueCollection postCollection)\r\n at System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection)\r\n at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)\r\n at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)",
"targetSite": "Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)",
"hashCode": "53597463-4A289A22-ED7AAFD2",
"pid": 1184,
"identity": {
"name": "admin",
"isAuthenticated": true,
"authenticationType": "Forms"
},
"version": "8.0.0.8491",
"logger": {
"level": "ERROR",
"location": "Sage.Platform.Diagnostics.ErrorHelper.LogException(:0)",
"name": "SlxClient.UserOptionsPage",
"message": "SalesLogix Web Client unhandled exception during async postback [SalesLogix Error Id=SLXB485CD2DF45653F8]"
},
"request": {
"looksLikeAjax": true,
"isLocal": true,
"method": "POST",
"url": "http://localhost/SlxClient/UserOptions.aspx",
"referrer": "http://localhost/SlxClient/UserOptions.aspx#",
"ipAddress": "::1",
"userAgent": "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)",
"userLanguages": "en-US"
},
"browser": {
"type": "IE10",
"name": "IE",
"version": "10.0",
"majorVersion": 10,
"minorVersion": 0.0,
"platform": "WinNT"
},
"server": {
"machineName": "BTOCDEV",
"timeZone": "UTC",
"commandLine": "C:\\Windows\\SysWOW64\\inetsrv\\w3wp.exe -ap \"SalesLogix\" -v \"v4.0\" -l \"webengine4.dll\" -a \\\\.\\pipe\\iisipm7111792c-74c5-4f8e-a8f0-2f1b51f9d377 -h \"C:\\inetpub\\temp\\apppools\\SalesLogix\\SalesLogix.config\" -w \"\" -m 0 -t 20",
"versionString": "Microsoft Windows NT 6.1.7601 Service Pack 1",
"is64BitOperatingSystem": true,
"host": {
"siteName": "Default Web Site",
"applicationId": "/LM/W3SVC/1/ROOT/SlxClient",
"applicationPhysicalPath": "c:\\inetpub\\wwwroot\\SlxClient\\",
"applicationVirtualPath": "/SlxClient",
"isDebuggingEnabled": true,
"isHosted": true,
"maxConcurrentRequestsPerCPU": 5000,
"maxConcurrentThreadsPerCPU": 0
},
"logonUser": {
"name": "BTOCDEV\\WebDLL",
"authenticationType": "Forms",
"impersonationLevel": "Impersonation",
"isAnonymous": false,
"isGuest": false,
"isSystem": false
}
}
} |