Hi,
I have an InfoPath form that serves as a reporting web part that fetches data from another form library within the Site. The form displays multiple sections of repeating tables (the fields within each tables are read-only and cannot be modified). Per sections
contains SubTotal Fields that calls XPathNodeIterator (and While Loop MoveNext) that is used to iterate previously loaded fields from the Repeating Table Rows.
Now, while deploying it in our Dev and Test Environment - all is fine. But deploying it in our Prod, returns "Log ID:5337" upon Load.
My form do not call any webservice or even submits the form to cause this. It only performs some fetching, displaying and some calculation.
Clicking Continue, would load all details per row and per field on each repeating table, but the SubTotal fields per section are not populated.
Has anyone encountered this same scenario and the same error? Thanks for your help in advance!