Control.Name causes exception with Dot net 1.1

Ask general questions here.
fritzel
Posts: 3
Joined: Thu Jul 05, 2007 4:18 pm

Control.Name causes exception with Dot net 1.1

Post by fritzel » Mon Jul 16, 2007 8:34 am

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

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Mon Jul 16, 2007 7:31 pm

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