Hi All.
I hope everyone is all well.
On a entity form I have "Add attach file", enabled, when I submit the form I get the following error, without attachment enable, I dont and I am able to submit the form.
Value cannot be null.
Parameter name: 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.ArgumentNullException: Value cannot be null.
Parameter name: 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:
[ArgumentNullException: Value cannot be null. Parameter name: format] System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args) +14539868 System.String.Format(String format, Object arg0) +92 Adxstudio.Xrm.Web.UI.WebControls.EntityForm.OnItemInserted(Object sender, CrmEntityFormViewInsertedEventArgs e) in G:\Agents\BA1256\_wap\36\s\Framework\Adxstudio.Xrm\Web\UI\WebControls\EntityForm.cs:1271 Microsoft.Xrm.Portal.Web.UI.WebControls.CrmEntityFormView.OnItemInserted(CrmEntityFormViewInsertedEventArgs args) in G:\Agents\BA1256\_wap\36\s\Framework\Microsoft.Xrm.Portal\Web\UI\WebControls\CrmEntityFormView.cs:261 Adxstudio.Xrm.Web.UI.WebControls.CrmDataSourceView.OnInserted(CrmDataSourceViewInsertedEventArgs args) in G:\Agents\BA1256\_wap\36\s\Framework\Adxstudio.Xrm\Web\UI\WebControls\CrmDataSourceView.cs:781 Adxstudio.Xrm.Web.UI.WebControls.CrmDataSourceView.ExecuteInsert(IDictionary values) in G:\Agents\BA1256\_wap\36\s\Framework\Adxstudio.Xrm\Web\UI\WebControls\CrmDataSourceView.cs:770 Adxstudio.Xrm.Web.UI.WebControls.CrmEntityFormView.AddDataSourceViewInserted(CrmDataSourceView dataSourceView, IDictionary values) in G:\Agents\BA1256\_wap\36\s\Framework\Adxstudio.Xrm\Web\UI\WebControls\CrmEntityFormView.cs:1554 Adxstudio.Xrm.Web.UI.WebControls.CrmEntityFormView.HandleInsert(CommandEventArgs args) in G:\Agents\BA1256\_wap\36\s\Framework\Adxstudio.Xrm\Web\UI\WebControls\CrmEntityFormView.cs:1536 Adxstudio.Xrm.Web.UI.WebControls.EntityForm.OnBubbleEvent(Object source, EventArgs args) in G:\Agents\BA1256\_wap\36\s\Framework\Adxstudio.Xrm\Web\UI\WebControls\EntityForm.cs:450 System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5028 |