Hi have a plugin registered on Online CRM, to debug it I enabled pro-filer and fired event on CRM form, I downloaded ErrorDetails.txt file, it showing some error which dont allow me to debug this plugin.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.ServiceModel.QuotaExceededException: Microsoft Dynamics
CRM has experienced an error. Reference number for administrators or support: #3933BF12Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>System.ServiceModel.QuotaExceededException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #3933BF12</Message>
<Timestamp>6/25/2013T06:59:08.6949342Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>
[PluginProfiler.Plugins: PluginProfiler.Plugins.ProfilerPlugin]
[cf135b1d-64dd-e211-8b93-78e3b511b63d: ABC.Crm.Plugins.Lead.AssignmentRule: Create of lead (Profiler)]
</TraceText>
</OrganizationServiceFault>
Please answer me how to resolve the issue.