Ranorex

Control.Name causes exception with Dot net 1.1

 
Post new topic   Reply to topic    Ranorex Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
fritzel



Joined: 05 Jul 2007
Posts: 3

PostPosted: Mon Jul 16, 2007 9:34 am    Post subject: 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 "Unable to find RxControlGetControlName in DLL RanorexCore.dell" System.EntryPointNotFoundException.

Fritz
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 05 Jul 2006
Posts: 351

PostPosted: Mon Jul 16, 2007 8:31 pm    Post subject:
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
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Ranorex Forum Index -> General Questions All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum