If your job fails with "An attempt was made to load a program with an incorrect format", you have most likely compiler your client-side app with Build|Target = x86.
Fix: Change this to x64 or AnyCPU.
(HpcLinq Beta2 is for client applications that can run in x64 mode and which target the .Net Framework 3.5)