Upgrading workspaces to a newer Visual DataFlex version: Difference between revisions

m (Added KB item 2400)
Line 41: Line 41:
* Move class definitions that ended up in your views and reports and put them in their own files. The studio doesn't like this type of construct. If you nested your class definition in your view, it is likely to cause your view not to be able to render itself in the designer.
* Move class definitions that ended up in your views and reports and put them in their own files. The studio doesn't like this type of construct. If you nested your class definition in your view, it is likely to cause your view not to be able to render itself in the designer.
* Use the latest migration wizard you can get your hands on. The VDF14.1 wizard will catch more as the VDF14.0 one. Even if you are eventually going to migrate to VDF14.0, use the one from 14.1 for refining your code.
* Use the latest migration wizard you can get your hands on. The VDF14.1 wizard will catch more as the VDF14.0 one. Even if you are eventually going to migrate to VDF14.0, use the one from 14.1 for refining your code.
==== Troubleshooting ====
* The AppHtml folder is not included in my migration
Is the folder physically inside your project structure? Is it in your workspace?
* The datadictionary files are not migrated and changed into the new syntax.
Are all your DD classes registered in DDClassList.xml?


==== External links ====
==== External links ====