Tech Support > Microsoft Windows > Windows CRM > Quotes - Unhandled Execution Error
Quotes - Unhandled Execution Error
Posted by MDV1457 on June 16th, 2007


Hello All,
We continue to get an unhandled execution error when trying to close a
quote. For example, the quote is created, activated, then closed. I posted
the details of the error below.

===================================
Unhandled Execution Error
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.Runtime.InteropServices.COMException:

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:


[COMException (0x8004022e)]
Microsoft.Crm.Platform.ComProxy.CRMQuoteClass.Upda te(CUserAuth& Caller,
String QuoteId, String QuoteXml) +0
Microsoft.Crm.Application.Platform.Quote.InternalU pdate(String id, String
xml) +36
Microsoft.Crm.Application.Platform.Quote.InternalU pdateAndRetrieve(String
id, String xml, String columnSet) +18
Microsoft.Crm.Application.Platform.Entity.UpdateAn dRetrieve(String
columnSet) +177
Microsoft.Crm.Application.Platform.Entity.UpdateAn dRetrieve() +24
Microsoft.Crm.Web.SFA.QuoteDetailPage.closeQuote(O bject sender,
DataEventArgs e) +44
Microsoft.Crm.Application.Forms.DataEventProcessor .Raise(FormEventId
eventId, FormState state, User user, String objectId, Entity entity) +176
Microsoft.Crm.Application.Forms.AppForm.RaiseDataE vent(FormEventId
eventId) +89
Microsoft.Crm.Application.Forms.EndUserForm.Initia lize(Entity entity) +56
Microsoft.Crm.Application.Forms.CustomizableForm.E xecute(Entity entity,
String formId, String formType) +83
Microsoft.Crm.Application.Forms.CustomizableForm.E xecute(Entity entity) +13
Microsoft.Crm.Web.SFA.QuoteDetailPage.ConfigureFor m() +452
Microsoft.Crm.Application.Controls.AppPage.OnPreRe nder(EventArgs e) +30
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Page.ProcessRequestMain() +1499


Posted by David Jennaway on June 16th, 2007


The error you've posted is the detailed dev error. In this circumstance the
most likely cause isdue to missing data in the quote, and you can get more
useful information from the user error message that you can get from the
bottom icon on the error form.


--
David Jennaway - Microsoft Dynamics CRM MVP
Web: http://www.excitation.co.uk



"MDV1457" wrote:

Posted by MDV1457 on June 18th, 2007


Hi David,
Thanks for the reply. I'm not sure I'm following. This is not the error
message at the bottom of the form. It's the entire page that is displaying
the message. I have dev errors enabled in the web.config.


Thanks


"David Jennaway" wrote:


Similar Posts