Forum Discussion

danhoeger's avatar
danhoeger
Occasional Contributor
2 years ago
Solved

dotNET.System_IO doesn't exist anymore?

I just upgraded TestComplete to 15.67.12.6 and now when I try to run my application I'm getting the following error:

TypeError: Cannot read property 'Path' of undefined    8:00:36    Normal            5.22

 The line it has an error on is the following: Log.SaveResultsAs(dotNET.System_IO.Path.Combine_3(ProjectSuite.Path,"MHT_FILES",TestCaseName+".mht"), lsMHT);

so Basically "System_IO" is undefined.

anyone know what happened here?