I used the tool you suggested. This is the result I received. It is still very vague. The log file produced by the tool is basically the same.
Server Error in '/' Application.
Input string was not in a correct 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.FormatException: Input string was not in a correct 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:
[FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +12636309
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +224
Microsoft.Crm.Application.Platform.EntityProxy.SetPicklistData(XmlNode node, AttributeMetadata attributeMetadata) +194
Microsoft.Crm.Application.Platform.EntityProxy.SetData(XmlNode entityElement) +711
Microsoft.Crm.Application.Forms.EndUserForm.RetrieveParametersForEventDefault() +199
Microsoft.Crm.Application.Forms.EndUserForm.Initialize(Entity entity) +52
Microsoft.Crm.Application.Forms.CustomizableForm.Execute(Entity entity, FormDescriptor fd) +216
Microsoft.Crm.Application.Components.PageHandlers.AccountRecordPageHandler.ConfigureFormHandler() +347
Microsoft.Crm.Application.Components.PageHandlers.RecordPageHandler.ConfigureFormWrapper() +47
Microsoft.Crm.Application.Components.Utility.GenericEventProcessor.RaiseEvent(String eventName) +230
Microsoft.Crm.Application.Controls.PageManager.OnPreRender(EventArgs e) +259
System.Web.UI.Control.PreRenderRecursiveInternal() +113
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4201 |