Search found 3 matches

by fritzel
Mon Jul 16, 2007 8:34 am
Forum: General Questions
Topic: Control.Name causes exception with Dot net 1.1
Replies: 1
Views: 3221

Control.Name causes exception with Dot net 1.1

I took RanorexVS2003Sample4 and added statements for control.Classname and control.Name. String myclass = control.ClassName; String myname = control.Name; Console.WriteLine("Handle={0} Class={1} Text={2} Name={3}", handle, myclass, text, myname); Adding Classname works fine. Adding Name I get "Unabl...
by fritzel
Fri Jul 06, 2007 7:30 am
Forum: Automation Tools
Topic: Recorder fails under XP SP2 but works fine under XP embedded
Replies: 3
Views: 3745

Working

Working, thanks for the hint. You might want to add this to the install instructions for others.

Thanks Fritz.
by fritzel
Thu Jul 05, 2007 4:30 pm
Forum: Automation Tools
Topic: Recorder fails under XP SP2 but works fine under XP embedded
Replies: 3
Views: 3745

Recorder fails under XP SP2 but works fine under XP embedded

Downloaded the demo package today. Install worked fine. Spy works, sample scripts work but the recorder refuses to start under XP SP2. Getting error message: "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix the problem." R...