Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Tuesday, June 3, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: SLX 8 - Problem with Image buttons
Patrick Beaudette
Posts: 16
 
SLX 8 - Problem with Image buttonsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 31 May 13 10:33 AM

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


    }


  }


 


}

[Reply][Quote]
Patrick Beaudette
Posts: 16
 
Re: SLX 8 - Problem with Image buttonsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 31 May 13 12:36 PM
fiogf49gjkf0d

Update:  Happens in IE (whether compatibility on or off); doesn't happen in Chrome

[Reply][Quote]
RJ Eaton
Posts: 234
 
Re: SLX 8 - Problem with Image buttonsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Nov 14 7:04 AM

Did you ever get a resolution to this..?

[Reply][Quote]
Lee Harris
Posts: 23
 
Re: SLX 8 - Problem with Image buttonsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Nov 14 8:48 AM

Looks like it was resolved here ... 


http://community.saleslogix.com/t5/Developer-Web-Discussions/SLX-8-Web-Problem-with-image-buttons/m-p/149669/highlight/true#M2276 


 


Answer:


You need to install the .NET Framework 4.5 on the web server if clients will be using IE 10 (or the following hotfix for .NET 4).


 


http://support.microsoft.com/kb/2783767

[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 6/3/2025 8:01:58 AM