After converting a VB windows legacy project to Windows project why does following error come up "Could not find namespace system.activities.dynamicupdate" ?
Issue Description: After conversion of projects from Legacy to Windows few namespaces are missing.
Resolution:
- Check the namespace of the affected Xaml by opening it in Notepad++
- Create a new process with Windows compatibility
- Compare the namespace of the affected process and the new Windows process by opening it in Notepad++
- Update the affected Xaml file with the namespace copied from the newly created Windows process
- Save the affected Xaml file and reopen the process in UiPath