In Application Server Setup on Social Enterprise tab when I click New I have error Application Server Setup. “Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately”…“Input string was not in a correct format”.
On any other tabs like web access, enterprise search, Epicor education etc. all works perfect. I’m on 10.1.600.30 version. Any idea?
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.FormatException: Input string was not in a correct format.
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.Convert.ToInt32(String value)
at Ice.Tools.IIS7Administration.GetSiteUrls(String serverName, String siteName)
at SetupEnvironmentUI.DataSets.SetupEnvironmentDataSet.SUSocialEntRow.UpdateSiteURL()
at SetupEnvironmentUI.DataSets.SetupEnvironmentDataSet.SUSocialEntDataTable.SUSocialEntDataTable_ColumnChanged(Object sender, DataColumnChangeEventArgs e)
at System.Data.DataTable.OnColumnChanged(DataColumnChangeEventArgs e)
at System.Data.DataRow.set_Item(DataColumn column, Object value)
at SetupEnvironmentUI.SetupMaint.SUSocialEnt_TableNewRow(Object sender, DataTableNewRowEventArgs e)
at System.Data.DataTableNewRowEventHandler.Invoke(Object sender, DataTableNewRowEventArgs e)
at System.Data.DataTable.OnTableNewRow(DataTableNewRowEventArgs e)
at System.Data.DataTable.NewRowCreated(DataRow row)
at System.Data.DataView.AddNew()
at System.Windows.Forms.BindingSource.AddNew()
at SetupEnvironmentUI.Panels.SocialEnterprisePanel.AddRecord()
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.