If compilation fails...

Build 1501 on 14/Nov/2017  This topic last edited on: 26/Aug/2014, at 11:55

If something’s wrong in compilation, please check the following settings of Visual Studio Express:

Check the building configuration (x64=64bit, x86=32bit): it must match the version of the dlls into the bin64 or bin folder:

codewf1

Check the References of the CodeWorkflowTestExpress VB.NET project into the solution (into the SolutionExplorer window, right-click on the CodeWorkflowTestExpress project, select Properties and check the References tab). If some referenced library has wrong or missing path, you can try to remove and re-create (Add button) the reference into the project.

codewf2