Hi
I’m not sure if this has been brought to your attention, and I do apologise if this is a duplicate query.
I have been testing our system after upgrading to 17.3, but I picked up an issue.
I managed to recreate the error I get on a sample project. (Attached)
I have noticed that this only occurs on the Web project, the Win project works. We currently use the Web Project for our system.
In the sample project I have 3 object. TblDebtor, TblJournalBatch and TblJournal.
I have set up these objects in the same way in which we use them.
If you navigate to Default > Tbl Journal Batch and click on New, then again click on New under Journal Lines and then look for a debtor.
Once you select the debtor the following error occurs:
Application Error
Error details
----------
Hide Error details
Error ID: faa053ea-75ed-4ad9-b1bd-60c9f5f1ae4b
Date: 2017-06-09 01:42:28 PM
Request details:
Url: http://localhost:2064/Default.aspx?Dialog=true&ActionID=58406381
Url referrer: http://localhost:2064/Default.aspx?Dialog=true&ActionID=58406381
SessionID: swpsj2uighccgim4zhqeh04q
Request type: POST
User agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
User IP: ::1
User:
Authenticated user: [no name]
================================================================================
The error occurred:
Type: Exception
Message: _171_Test.Module.BusinessObjects.TblDebtor(14) is not a valid value for Int32.
Data: 0 entries
Stack trace:
at System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewContextMenu.SelectObject(String objectId)
at DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewContextMenu.ProcessCommand(String args)
at DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewContextMenu.DevExpress.ExpressApp.Web.Templates.IXafCallbackHandler.ProcessAction(String parameter)
at DevExpress.ExpressApp.Web.Templates.XafCallbackManager.ProcessAction(String parameter)
at DevExpress.ExpressApp.Web.Templates.XafCallbackManager.callbackControl_Callback(Object source, CallbackEventArgs e)
at DevExpress.Web.ASPxCallback.OnCallback(CallbackEventArgs e)
at DevExpress.Web.ASPxCallback.RaiseCallbackEvent(String eventArgument)
at DevExpress.Web.ASPxWebControl.System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(String eventArgument)
----------------
InnerException:
Type: FormatException
Message: Input string was not in a correct format.
Data: 0 entries
Stack trace:
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.ComponentModel.Int32Converter.FromString(String value, NumberFormatInfo formatInfo)
at System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
InnerException is null
--------------------------------------------------------------------------------
Please advice