Question
Primerica
IN
Last activity: 6 Jan 2023 16:20 EST
Pega Robot Studio v19 to v22 - Migration issues
We have been trying to migrate a solution from v19.1 to v22.
We tried migrating a solution with multiple projects
We have noticed a few issues so far:
1) Datagrid component in windows forms is not migrating to v22
2) There are no clear guidelines on how to add an "existing project" to the solution in v22 as opposed to the usual method of add existing project -> add reference
3) Interaction framework components are also not being migrated to v22. Is there an alternative approach in the latest version?
@TejM16729532 I would suggest you open a ticket to get some help with the migration.
The DataGridView control is no longer supported and we have replaced it with a SyncFusion sfDataGrid control. The migration process handles that for you. There are differences between the two controls that may require some project changes.
There is no add existing project to a solution in v22. V22 does not have solutions - only a single project. If you v19 solution had multiple projects they were moved into a single project by the migration utility - each project in its own folder at the root of the project. We are supporting application assets in v22 which can be imported into a project.
Interaction framework is part of the initial release of v22 and the migration utility makes sure to only migrate one copy of the InteractionManager component to the project.
We have identified a few issues with the migration utility and we released several fixes in v22.1.4 last month. Make sure you are using the most current version if you are experiencing any issues.