ContributionsMost RecentMost LikesSolutionsRe: Application error, memory couldn’t be readHi, It's impossible from your website to download the last version of Testcomplete 6, the version 6.53. So we can't upgrade our version 6.52 to 6.53. For the testcomplete version 7. I wish test it on our test suite solution. But with your limitations (Projects, scripts count limitation), it's impossible to test it in the same conditions. So, in first, could you give me a way to get the version 6.53 ? And secondly, could you provided us, a Testcomplete version 7 without limitation for 10 day max evaluation ? Regards Julien BARLET Application error, memory couldn’t be read Hello, I'm responsible of the software verification and validation in my compagny. So, we use your product 'TestComplete Edition standard version 6.52' to play many graphical user interface tests. These tests are played automatically from a integration continuous server (Cruise Control.net). We use NAnt to play one by one all tests provided by our testcomplete project suite. Bellow, you could see an extract of our Nant script to call a routine from our testcomplete suite : <exec program="${testComplete.dir}\TestComplete.exe timeout="2000000" failonerror="false" verbose="True" > <arg> <path> <pathelement file="${RemisolWorkingFolder.dir}\${ProjectSuiteName.dir}" /> </path> </arg> <arg value= "/r" /> <arg value= "/p:${WorkbenchUnitTestProjectName}" /> <arg value= "/u:Main" /> <arg value= "/rt:PlayOrderValidation_PlayValidationPreviousResultTests" /> <arg value= "/ns" /> <arg value= "/e" /> <arg value= "/SilentMode" /> </exec> Unfortunaly, when the test is terminated, Testcomplete try to close itself but we have every test a testcomplete 'application error' windows. The text in this widows tell there is a memory access violation. See the screenshoot attached to this post. So, have you ever had this bug ? And could you give us a solution to fix this problem. Because this problem block our process.