G
Guest
I have an application developed in VB.NET. We have automation testing taking place on two separate machines. On one machine the automation suite completes 100% of the time. The other machine is a beefier dual proc machine. On this machine the program sponaneously quits, throws memory could not be read errors, and sometimes system.ExecutionEngineExceptions. Sometimes it takes 3 hours of testing before the script fails, other times it's right away. Release and Debug versions don't seem to make any difference. I don't think this is a code issue, as it is not reproducible and runs fine on the other machine. The system.ExecutionEngineException errors were in an interop dll. Could I have bad hardware? Memory? I've reinstalled the .Net framework, thinking something could be mismatched in version. Are there any JIT issues that might come into play with a dual processor?