Hi,
I am facing the below issue while executing a Workflow.
The value 'Microsoft.Xrm.Client.Configuration.CrmConfigurationProvider, Microsoft.Xrm.Client' is not recognized as a valid type or is not of the type 'Microsoft.Xrm.Client.Configuration.CrmConfigurationProvider
Below is Error Message:
Unhandled Exception: System.Configuration.ConfigurationErrorsException: The value 'Microsoft.Xrm.Client.Configuration.CrmConfigurationProvider, Microsoft.Xrm.Client' is not recognized as a valid type or is not of the type 'Microsoft.Xrm.Client.Configuration.CrmConfigurationProvider'.
at Microsoft.Xrm.Client.Configuration.CrmConfigurationManager.CreateProvider()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at Microsoft.Xrm.Client.Threading.LockManager.CreateProvider()
at System.Lazy`1.CreateValue()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.Xrm.Client.Threading.LockManager.Lock[T](String key, Func`1 action)
at Microsoft.Xrm.Client.EntityExtensions.GetRelated[T](Entity entity, Relationship relationship, Func`1 action)
at Microsoft.Xrm.Client.EntityExtensions.GetRelated[T](OrganizationServiceContext context, Entity entity, String relationshipSchemaName, Nullable`1 primaryEntityRole, Func`4 action)
at Microsoft.Xrm.Client.CrmEntity.GetRelatedEntities[TEntity](String relationshipSchemaName, Nullable`1 primaryEntityRole)