Hi,
I don't have access to CRM dev server so want to debug the workflow using workflow profiler.
I am using CRM 2013 SDK 6.1.0.519 and SDK 6.1.1.1143 plugin registration tool version and getting below error. I could manage to debug the logic by developing a console application.
Please suggest if there is any workaround to debug the workflow using plugin profiler.
Error popup -Unable to enable or update the profiling configutaion due to an error.
Error Details -
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at PluginProfiler.Library.WorkflowXamlUtility.InstrumentStep(XmlNode activityNode, XmlNamespaceManager ns, InstrumentedStepConfiguration step, String workflowAssemblyName)
at PluginProfiler.Library.WorkflowXamlUtility.InstrumentXaml(IOrganizationService service, String xaml, IList`1 steps)
at PluginProfiler.Library.ProfilerManagementUtility.EnableWorkflow(IOrganizationService service, String overrideKeyFileName, Guid workflowId, Boolean persistToEntity, String persistenceSessionKey, Boolean includeSecureInformation, Boolean isContextReplay,
CustomActivityStep[] workflowSteps)
at Microsoft.Crm.Tools.PluginRegistration.ProfilerSettingsViewModel.btnOk_Click()