Skip to main content

Server Setup:

K2 Blackpearl

Windows Server 2008 R2 Datacente (64-bit)

Setup:

I am trying to deploy a workflow using the designer, or the deployment package previosly created

Issue:

 

 

The following exception is thrown:

Inner Exception: System.ArgumentNullException: Value cannot be null.
Parameter name: path1
at System.IO.Path.Combine(String path1, String path2)
at SourceCode.Workflow.Authoring.Process.EnsureRequiredReferences()
at SourceCode.Workflow.Authoring.Process..ctor()
at SourceCode.WebDesigner.Authoring.Forms.GenerateProcess.Generate(String LocalHostConnection, String UserName, Int32 ProcessID, String InputData, String ProcessXML, String SqlConnectionString, String HostServerConnectionString)}

 

I tried creating a new workflow, but even with new workflows it throws the error

 

Reply