Workflow Soluiton

 View Only
  • 1.  Issues with a published workflow form

    Posted Jun 23, 2011 03:20 PM

    This should be very basic. I have a form that itself is very basic, and I can run this form and all of the components great in the debugger. Once I publish the form, though, it will fail to run every time. When I look at the logs I see the following:

     

     

    Log Category :LogicBase.Core.Models.Dialog.DialogHttpHandlerBase
    Machine Name : SERVICEDESK
    Message : 
    Error starting/continuing dialog model execution System.TypeLoadException: Method 'PrepareTemplateContext' in type 'SD.NSEvents.NSEServiceDeskIncidentToAsset' from assembly 'SD.NSEvents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
       at System.Reflection.Assembly._GetExportedTypes()
       at LogicBase.Core.Utilities.ComponentClassHandler.UpdateDataHandlerIndex()
       at LogicBase.Core.Utilities.ComponentClassHandler.GetHandlerForType(Type dataType)
       at LogicBase.Core.Data.OrchestrationData.RootSetValue(String name, Object value)
       at LogicBase.Core.Data.OrchestrationData.SetValue(String name, Object value)
       at LogicBase.Core.Data.OrchestrationData.set_Item(String name, Object value)
       at LogicBase.Core.ExecutionEngine.TLExecutionContext.get_GlobalStorageData()
       at LogicBase.Core.ExecutionEngine.TLExecutionContext.InitGlobalData()
       at LogicBase.Core.ExecutionEngine.TLExecutionContext.ProjectStarted()
       at LogicBase.Core.Models.Dialog.FormDialogHttpHandler.StartDialog(HttpContext context, DialogSession session)
       at LogicBase.Core.Models.Dialog.DialogHttpHandlerBase.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
     
     
    Again, a very basic workflow with only 7 elements. I could try to recreate the project but I don't think that that should be necessary. Any ideas would be great!


  • 2.  RE: Issues with a published workflow form

    Posted Jun 23, 2011 04:28 PM

    If you don't use any SD components in yor flow, try unloading any libraries that you have that start with "SD.". Unsure if this will make a difference, but worth a shot.