Some users are reporting an issue on projects that have validations as part of the configuration.


This has been traced back to the section of code below:


<Alden.GC.Module.ScriptValidator.Properties.Settings>
      <setting name="VBScriptEnginePath" serializeAs="String">
        <value>C:\Windows\System32\cscript.exe</value>
        <!--<value>C:\Windows\SysWOW64\cscript.exe</value>-->
      </setting>
    </Alden.GC.Module.ScriptValidator.Properties.Settings>


Either the code does not exists for their version of Collect application, or the wrong setting is commented out (32 or 64).


To correct the error and allow the device to find the validation file, we either add the code into the configuration or change the setting in the existing code. 

Attached to this solution is the document for placement in the config file is the snippet does not exist.