Workflow Soluiton

 View Only
  • 1.  Problem with "wait for ticket change" component" in Workflow

    Posted Mar 03, 2010 01:57 PM

    I am building a parallel work flow in which a user fills in info in a web form in the dialog workflow section, from there, the process goes to 2 linked models that create tickets for different departments and wait for them to be closed before continuing.

    The problem is that when I try to run my project in debug, I get an error that reads like this...

    Error List of compilation:: CS2002     Source file 'C:\Documents and Settings\user_name\Local Settings\Temp\1\tmpF5.tmp816263154\WaitForTicketChange.cs' specified multiple times; c:\Documents and Settings\user_name\Local Settings\Temp\1\tmpF5.tmp816263154\WaitForTicketChange.cs: CS0012     The type 'Symantec.Workflow.Core.IAltirisWSComponent' is defined in an assembly that is not referenced. You must add a reference to assembly 'Symantec.Workflow.Core, Version=7.0.1313.21, Culture=neutral, PublicKeyToken=null'.

    Any takers?
    Thanks



  • 2.  RE: Problem with "wait for ticket change" component" in Workflow
    Best Answer

    Posted Mar 03, 2010 04:48 PM
    This issue is a result of the Symantec.Workflow.Core library not being referenced.

    To Fix this, go to the libraries tab of the project
    -Click Add
    -If it is not in the available libraries, browse for it
      -It should be located in the "C:\Program Files\Altiris\Workflow Designer\Shared\Logicbaselib" directory
    -Add it to the project

    Once I added it, the wait components worked great.