
Dear Community
I am working on a upgraded Dynamics CRM 2013 SP1 environment which has a solution which was built for Dynamics CRM 2011 and this it uses SDK DLLs like
Which has version 5.0.XX.XX
When we try to changes parts of the solution like custom workflows and reference assemblies with versions 6.1.XXX.XXX. We get different and incosistent issues at runtime like -
ancel Workflow Error System.InvalidCastException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #4034D523 at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.Update(Entity entity, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, Boolean checkAdminMode)
at Microsoft.Crm.Extensibility.InprocessServiceProxy.UpdateCore(Entity entity)
Not sure if should continue using old Microisoft Dynamics Crm SDK with versions 5.0.XXX.XXX . Please suggest what must we do.
Thank you
*This post is locked for comments
I have the same question (0)Thank you for the quick response.
However, I get errors using new SDK dlls. Should SDK for Dynamics CRM 2013 used only when I build my custom code projects againts .NET 4.5?
Can you please point me to the best practices?