Encountering this error when i tried to close an opportunity:
Server Error in '/' Application
--------------------------------------------------------------------------------
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 (0x80131904)]
Microsoft.Crm.Platform.ComProxy.CRMOpportunityClas s.Win(CUserAuth&
Caller, String ActivityXml, String PartiesXML, Int32 Status) +0
Microsoft.Crm.Application.Platform.Opportunity.Win (String activityXml,
String partyXml, Int32 status) +198
Microsoft.Crm.Web.SFA.OpportunityDetailPage.DoClos e(Object sender,
DataEventArgs e) +194
Microsoft.Crm.Web.SFA.OpportunityDetailPage.Close( Object sender,
DataEventArgs e) +56
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.OpportunityDetailPage.Config ureForm() +467
Microsoft.Crm.Application.Controls.AppPage.OnPreRe nder(EventArgs e) +30
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Page.ProcessRequestMain() +1499
Appreciate if someone could help. Thanks.