ecrespo
14 years agoOccasional Contributor
Cannot run Application added with TestesdApps.Add
I'm trying to run an application with a location that is machine dependent.
var FullFileName = GetProgramPath();
var AppIndex = TestedApps.Add(FullFileName);
TestedApps.Items(AppIndex).Run();
The application does not run. I checked the properties of the TestApp Item I'm interested and the incongruent property was FullFileName.
Application FullFileName (as input): C:\(Path To The Application)\(FileName).exe
Item Added FullFileName: E:\(MyProjectPath)\TestedApps\ "(Application FullFileName)"
Anyone knows why is this added? Or how to solve the problem?
var FullFileName = GetProgramPath();
var AppIndex = TestedApps.Add(FullFileName);
TestedApps.Items(AppIndex).Run();
The application does not run. I checked the properties of the TestApp Item I'm interested and the incongruent property was FullFileName.
Application FullFileName (as input): C:\(Path To The Application)\(FileName).exe
Item Added FullFileName: E:\(MyProjectPath)\TestedApps\ "(Application FullFileName)"
Anyone knows why is this added? Or how to solve the problem?