Could not find type 'CreateException(SystemException)' in namespace

could someone please help me with the error " Could not find type ‘CreateException(SystemException)’ in namespace 'http://schemas.microsoft.com/workflow/2012/07/xaml/activities’. Row: 287, Column: 40
"
image

UiPath.studio.plugin.workflow.presentation

Hi @JOBIN_JOSE

Right click on any Package in project panel and click Repair Depenedecy

or

Update the packages

  1. Verify that the activity you are trying to use is correctly installed and referenced in your project. If not, you may need to add it to your project dependencies. or Repair Depenedecy
  2. Check the namespaces and package versions to ensure they match the activity you are trying to use.

@JOBIN_JOSE

Hi @JOBIN_JOSE

In the Project Setting panel check whether do you have any error in the packages?

If yes, Click on the Repair Depenedecy

Check out the docs

https://docs.uipath.com/studio/standalone/2023.4/user-guide/managing-namespaces

Regards
Gokul