Workflow Soluiton

 View Only
  • 1.  Workflow Webform Dialog Session Not Found Error

    Posted Feb 29, 2016 04:05 PM
      |   view attached

    I am sure there is something simple that we are missing... Each time we try to launch any webform, even one as simple as the attached screenshot, we get the following error:

    System.Exception: The dialog session named '...' was not found
       at LogicBase.Core.Models.Dialog.DialogSession.Load(HttpContext context, String sessionName)
       at LogicBase.Core.Models.Dialog.DialogHttpHandlerBase.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

     

    Any suggestions or help is greatly appreciated! Thank you

     

     

     



  • 2.  RE: Workflow Webform Dialog Session Not Found Error

    Posted Feb 29, 2016 04:35 PM
    Are you using the correct URL? It'll probably end in StartDialog.aspx Workflow redirects from that to Form.aspx so if you've book marked it, it won't work. Does it run in debug ok? After publishing it shows a URL, copy and paste that.


  • 3.  RE: Workflow Webform Dialog Session Not Found Error

    Posted Feb 29, 2016 04:35 PM
    Are you using the correct URL? It'll probably end in StartDialog.aspx Workflow redirects from that to Form.aspx so if you've book marked it, it won't work. Does it run in debug ok? After publishing it shows a URL, copy and paste that.


  • 4.  RE: Workflow Webform Dialog Session Not Found Error

    Posted Feb 29, 2016 04:39 PM

    Hi AlexHedley,

    Sorry I should have mentioned, this is just in debugger. I haven't even tried to publish yet since it won't even run in debugger.

    Thank you!



  • 5.  RE: Workflow Webform Dialog Session Not Found Error

    Posted Feb 29, 2016 04:42 PM
    What inputs have you got into the model?