by joedarock » Thu Sep 01, 2016 3:59 pm
I had many problems with Ver 1.4 and I finally uninstalled it and returned to 1.3 which was, fortunately, still in my Downloads folder. Among the problems I had were:
1)Ver 1.4 mangled DomId's I had previously programmed via the "Component Config" pane's "Others","domid" section.
2) Inability to re-enter the custom DomId's. It wouldn't accept changes in the "Component Config" pane, so I had to do it in source code. Fixing one would change another. Sometimes, adding code to set a DomId would totally wipe the component from the source code.
3) Application "hanging" on debug startup, with just "...." displayed when attempting to start the app in debug mode. This was usually related to mangled DomId's.
4) Others that I forgot by now.
I had to uninstall 1.4, wipe all registry references to it, clean out the Workspace folder and totally rebuild the project in Ver1.3, since any code that was already edited or run under 1.4 wouldn't build properly under 1.3. I had to build a new project and import files from a server where a previous version of the application was deployed.
It was a very painful process. My recommendation is to save all your project files outside the workspace if you upgrade, and then check compatibility very carefully.