Page 1 of 1

Ranorex studio with .Net 4.5

Posted: Mon Apr 08, 2013 4:33 pm
by Aralmo
[Moved from automation api, created it in the wrong place]

Hi, as far as i can see Ranorex studio only allows to set the project target framework to .Net 4.0, is that ok? i am trying to add some external references that are in 4.5 wich i will use to do database initialization etc..
Is 4.5 not supported by the studio? any idea on how to solve this problem?

[Edit] I just need to know if .Net 4.5 is supported as target framework, and if it is how i do to enable it in the studio. If not will look for an alternate solution. Thanks.

Re: Ranorex studio with .Net 4.5

Posted: Wed Apr 10, 2013 3:22 pm
by Support Team
Hi,

It is not yet possible to select the .Net 4.5 framework in the project settings in Ranorex Studio.
As a current workaround you could "manually" change the "<TargetFrameworkVersion>" setting of the csproj file to v4.5, but please keep in mind that the setting will be "reverted" when the project settings are updated.

Regards,
Markus

Re: Ranorex studio with .Net 4.5

Posted: Thu Apr 11, 2013 8:31 am
by Aralmo
Thanks.