Votes
Answers
Views
Question
3
1
161
Using LeanFT 14.52, I'm getting a NullReferenceException when launching the sample Flight GUI application that comes with UFT/LeanFT. Using this line of code to launch: IAut FlightsApp = Desktop.LaunchAut("C:\\Training\\Flights Application\\FlightsGUI.exe"); Does anyone know what I need to change to...
1
1
46
I'm using Visual Studio. Getting a NullReferenceException error when trying to launch the Flights GUI demo application from LeanFT. Here's the code I'm trying to use: IAut FlightsApp = Desktop.LaunchAut("C:\\\\Training\\\\Flights Application\\\\FlightsGUI.exe");