Unable to run application in 9.4.23 studio pro which is running in 10.7

0
Is there a way to open and run my application in 9.24.3, Studio Pro which is converted to 10.7 from 9.24.3
asked
1 answers
0

Hi Parthiban, 

To the best of my knowledge, there’s no way to directly downgrade an application once it’s been upgraded to a higher version. Mendix doesn't support downgrading because you’ll run into issues with Java dependencies and other compatibility problems.

 

What I've done in the past is create a branch before upgrading the app. This way, I was able to keep running the same app in the previous version if I needed to.

answered