Can anyone direct me to where I can learn about how to read (understand) what
the stack trace means? I did some customizations on the contact record and
now I get the following every time I try to save a contact record.

The parameter is incorrect.
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.ArgumentException: The parameter is incorrect.

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:


[ArgumentException: The parameter is incorrect.]
Microsoft.Crm.Platform.ComProxy.CRMContactClass.Create(CUserAuth& Caller,
String Contact) +0
Microsoft.Crm.Application.Platform.Contact.InternalCreate(String xml) +31
Microsoft.Crm.Application.Platform.Entity.Create() +109
Microsoft.Crm.Application.Forms.AppForm.RaiseDataEvent(FormEventId
eventId) +405
Microsoft.Crm.Application.Forms.EndUserForm.Initialize(Entity entity) +56
Microsoft.Crm.Application.Forms.CustomizableForm.Execute(Entity entity,
String formId, String formType) +83
Microsoft.Crm.Application.Forms.CustomizableForm.Execute(Entity entity) +13
Microsoft.Crm.Web.SFA.ContactDetailPage.ConfigureForm() +238
Microsoft.Crm.Application.Controls.AppPage.OnPreRender(EventArgs e) +30
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Page.ProcessRequestMain() +1499

RE: Unhandled Exception Error by ZZ

ZZ
Tue May 06 16:08:03 CDT 2008

What did you do in terms of customizing contact?

"Ken Compter" wrote:

> Can anyone direct me to where I can learn about how to read (understand) what
> the stack trace means? I did some customizations on the contact record and
> now I get the following every time I try to save a contact record.
>
> The parameter is incorrect.
> 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.ArgumentException: The parameter is incorrect.
>
> 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:
>
>
> [ArgumentException: The parameter is incorrect.]
> Microsoft.Crm.Platform.ComProxy.CRMContactClass.Create(CUserAuth& Caller,
> String Contact) +0
> Microsoft.Crm.Application.Platform.Contact.InternalCreate(String xml) +31
> Microsoft.Crm.Application.Platform.Entity.Create() +109
> Microsoft.Crm.Application.Forms.AppForm.RaiseDataEvent(FormEventId
> eventId) +405
> Microsoft.Crm.Application.Forms.EndUserForm.Initialize(Entity entity) +56
> Microsoft.Crm.Application.Forms.CustomizableForm.Execute(Entity entity,
> String formId, String formType) +83
> Microsoft.Crm.Application.Forms.CustomizableForm.Execute(Entity entity) +13
> Microsoft.Crm.Web.SFA.ContactDetailPage.ConfigureForm() +238
> Microsoft.Crm.Application.Controls.AppPage.OnPreRender(EventArgs e) +30
> System.Web.UI.Control.PreRenderRecursiveInternal() +62
> System.Web.UI.Page.ProcessRequestMain() +1499
>
>
>