Posted: 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.
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