Hi,
I have a Ranorex project that is complied to .net 4.
The AUT has 2 versions, 1 version is complied to .net 4 and works very well with Ranorex.
The other version is complied to .net 2 and doesn't work that well with Ranorex.
we have many custom control derived from DevExpress, i'm trying to interact with them using InvokeRemotly,
this seems to be working very well with .net 4, however when trying to interact with .net 2 version i get errors.
I know i need to InvokeRemotly from the same or LOWER version of .net, meaning i need my Ranorex project to run under .net 2.
problem is Ranorex project requires a minimum of .net 3.5 otherwise it throws error about Ranorex.Plugin.xx
any ideas?
Regards,
Tsachi
InvokeRemotly on .net2 DLLs
Re: InvokeRemotly on .net2 DLLs
Hi,
Please find the attached response from Ranorex support team (that answered a while back to someone else than me): http://www.ranorex.com/forum/devexpress ... tml#p14137
it states that "Your System Under Test has to have a Target .NET Framework greater than or equal to the testing project."
Unless somthing changed since than, it is still true since i tried it several times and it DOES NOT work.
Regards,
Tsachi
Please find the attached response from Ranorex support team (that answered a while back to someone else than me): http://www.ranorex.com/forum/devexpress ... tml#p14137
it states that "Your System Under Test has to have a Target .NET Framework greater than or equal to the testing project."
Unless somthing changed since than, it is still true since i tried it several times and it DOES NOT work.
Regards,
Tsachi
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: InvokeRemotly on .net2 DLLs
Hello Tnimni,
I’m sorry I mixed up something. Please try to compile your test suite with Microsoft .NET Framework v 3.0. The base framework of .NET Framework v2.0, 3.0 and 3.5 is the same so there shouldn’t be any issues. Please let me know if you can resolve your issue using .NET Framework 3.
Regards,
Robert
I’m sorry I mixed up something. Please try to compile your test suite with Microsoft .NET Framework v 3.0. The base framework of .NET Framework v2.0, 3.0 and 3.5 is the same so there shouldn’t be any issues. Please let me know if you can resolve your issue using .NET Framework 3.
Regards,
Robert
Re: InvokeRemotly on .net2 DLLs
Hi,Support Team wrote:Hello Tnimni,
I’m sorry I mixed up something. Please try to compile your test suite with Microsoft .NET Framework v 3.0. The base framework of .NET Framework v2.0, 3.0 and 3.5 is the same so there shouldn’t be any issues. Please let me know if you can resolve your issue using .NET Framework 3.
Regards,
Robert
I have already done that with 3.5 and it works fine, beside the point that i had to use the - attach to process... option because i run it from nUnit, when i select .net2 runtime inside nUnit it will not stop on break points unless you attach Ranorex studio to the process

maybe you can add that tip to the FAQ
Kind regards
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: InvokeRemotly on .net2 DLLs
Hello Tnimni,
I'm glad that you could resolve your issue and thank you for the hint!
Regards,
Robert
I'm glad that you could resolve your issue and thank you for the hint!
Regards,
Robert