Ranorex.Core.dll problem

Ask general questions here.
harendra
Posts: 15
Joined: Fri Aug 17, 2012 3:32 pm

Ranorex.Core.dll problem

Post by harendra » Mon May 20, 2013 3:56 pm

Hi,

Is there a solution to this problem.

Problem- I am using Ranorex version 3.3.0 for all the solutions. Now the latest version of Ranorex is 4.0.3, which comes with a totally new set of dlls. Whenever I have to run a solution on two different Ranorex platforms, I need to recompile my code on both the Ranorex platforms right. Because when I run a solution built on 3.3.0 against the Ranorex version 4.0.3 , it crashes by saying, Ranorex.core.dll version 3.3.0 not found, because presently I have Ranorex.core.dll version 4.0.3, which is incorrect. Is there any solution for this problem then going via the recompilation way?

Regards
Harendra

mdgairaud
Posts: 87
Joined: Sun Aug 05, 2012 11:59 am
Location: Bilbao, Spain

Re: Ranorex.Core.dll problem

Post by mdgairaud » Mon May 20, 2013 4:43 pm

When you compile a project with a newer version of Rx it replaces old dll's with the new ones (a project upgrade to last version) because of the major changes introduced in 4.0.x version.

You only have two options (as far as I know):

- Use in all your computers the same version of Rx and only compile once to all pc's
- Compile your project in 3.3.x and 4.0.x

I use the second option but we have planned to upgrade all computers to new version of Rx and only compile once for all.


hope helps.

regards,
Mateo.