Page 1 of 1

Control.Name causes exception with Dot net 1.1

Posted: Mon Jul 16, 2007 8:34 am
by fritzel
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 "Unable to find RxControlGetControlName in DLL RanorexCore.dell" System.EntryPointNotFoundException.

Fritz

Posted: Mon Jul 16, 2007 7:31 pm
by webops
The Control.Name property will be supported only in RanorexPro.
(See also the online Documentation)
You can order a fully functional RanorexPro evaluation package from:

http://www.ranorex.com/evaluating-ranorex.html

Please use the Dlls from the Bin\Net1.1-Pro directory.

Jenö
Ranorex Team