locked
Unhandled Exception: System.ServiceModel.FaultException after Upgrade from CRM 4.0 to CRM 2011 RRS feed

  • Question

  • Hi All,

    After Upgrade from 4.0 to 2011,  I am getting the following error when I am opening entity (which contains plugin behind it). This is the following error. I added Microsoft.CRM.Sdk.dll (5.0.9690.270 version) in assembly. CRM server has Rollup Update 10 (Latest one). Can I anyone pls let me know how to fix it.

    Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.IO.FileNotFoundException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #74CC1F5BDetail:
    <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.IO.FileNotFoundException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #74CC1F5B</Message>
      <Timestamp>2012-10-03T15:01:31.7169032Z</Timestamp>
      <InnerFault i:nil="true" />
      <TraceText i:nil="true" />
    </OrganizationServiceFault>

    Screenshot of Assembly:

     Kind Regards

    RVB


    Rudravarma Batta

    Wednesday, October 3, 2012 3:22 PM

All replies

  • Can you open the Event Log on the CRM server & look under the Application log as there will be a more detailed error message of what is happening. You can then post the details here.

    Sometime the details in the event log are not great, so you may need to enable platform tracing to get the low-level detail behind your issue. So you would need to,

    -Enabled tracing using this tool (http://mscrmtools.blogspot.co.uk/2011/04/new-tool-crmdiagtool-2011.html)

    -Carry out the action that causes the issue

    -Stop tracing

    -Check the generated trace files for the detailed error message


    John Grace (Founder, North52) Simplifying CRM & xRM development
    How? Check out the Free Community Edition of Formula Manager at, North52

    Wednesday, October 3, 2012 4:17 PM