I want to automate data export from data entity from DMF using perfSDK. I create recording of scenario using task recorder and exported XML file for task recording. When i load xml file on perfSDK project and build project it gets failed. it give type casting error.
"Cannot implicitly convert type 'Microsoft.Dynamics.TestTools.Dispatcher.Client.DispatchedForm' to 'MS.Dynamics.TestTools.DispatcherProxyLibrary.ApplicationForms.DataManagementWorkspaceDataProjectsFormPart'. An explicit conversion exists (are you missing a cast?) PerfSDKSample"

I tried to change DataManagementWorkspaceDataProjectsFormPart type to DispatchedForm as "DataManagementWorkspaceForm.DataManagementWorkspaceDataProjectsAllProjects.OpenFormPart()" return object of "DispatchedFrom" type. Doing this error is removed but when we run test case it gets failed and give error.
"Test method MS.Dynamics.Performance.Application.TaskRecorder.IntegratinPerfTestOneSourcePurchaseBase.IntegratinPerfTestOneSourcePurchase threw exception:
System.NotSupportedException: The control does not support the property FormName"
