Hi all…
I just updated to TDP 3.6 and encountered two errors:
First, this error occured when running an automation script with Export to File activity: Could not deserialize object. The type ‘Quest.Toad.ImportExport.ExcelExportInstanceOptions’ could not be resolved.
Second, this error occured when I closed the automation file after the Email activity failed to execute b/c of stmp error:
System.InvalidOperationException
The workflow hosting environment does not have a persistence service as required by an operation on the workflow instance “fc124c94-920e-4655-b513-ae4ebf1383c5”.
Stack Trace:
at System.Workflow.Runtime.WorkflowRuntime.InitializeExecutor(Guid instanceId, CreationContext context, WorkflowExecutor executor, WorkflowInstance workflowInstance)
at System.Workflow.Runtime.WorkflowRuntime.Load(Guid key, CreationContext context, WorkflowInstance workflowInstance)
at System.Workflow.Runtime.WorkflowInstance.Terminate(String error)
at Quest.Toad.Workflow.Engine.Cancel()
at Quest.Toad.Automation.AutomationForm.get_CanClose()
at Quest.Toad.Gui.MdiDocumentForm.OnClosing(CancelEventArgs e)
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
at Quest.Toad.Gui.MainForm.WndProc(Message& msg)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)