Ranorex

'System.EntryPointNotFoundException'

 
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexCore
View previous topic :: View next topic  
Author Message
rex



Joined: 23 Apr 2007
Posts: 1

PostPosted: Mon Apr 23, 2007 1:23 pm    Post subject: 'System.EntryPointNotFoundException'
hi room
When i try to get an element of a form using Element.FindChild method ,
the following exception is being thrown.
"Unable to find an entry point named 'RxElementGetParent' in DLL 'RanorexCore.dll'.".
Quote:

Element elmt = null;
Trace.Assert(m_form != null);
if (m_form != null) // m_form already assigned //
{
// excepton being thrown while executing this line //
elmt = m_form.Element.FindChild(cntrlRole, cntrlName);
Trace.Assert(elmt != null);
}
return elmt;

I am using version 1.0.0.0 of Ranorex.
Can any on tell me why the exception is being thrown and how to resolve it.

Thanks in advance
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 05 Jul 2006
Posts: 351

PostPosted: Mon Apr 23, 2007 8:40 pm    Post subject:
Please check the version of RanorexCore.dll.
The RxElementGetParent function is available only in 1.0.0 or above.

RanorexCore.dll should be in the same directory as the RanorexNet.dll.

Gabor
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 -> RanorexCore 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