Unable To Publish RE Framework Project Due To Missing XAML Files Error

How to resolve error message "The following invoked workflows are missing:RetryCurrentTransaction.xamlSetTransactionStatus.xaml" with RE Framework 23.4.2 2 with Windows compatibility ?

Issue Description:

When trying to publish a RE Framework project, getting error.

  • In the prompt box, Compilation failed or canceled error is noticed
  • And in the output panel, the below error is thrown
    • The following invoked workflows are missing:
      • RetryCurrentTransaction.xaml
      • SetTransactionStatus.xaml
  • Another error, that comes up says the Framework/RetryCurrentTransaction.xaml was unable to invoke from Framework\SetTransactionStatus.xaml
  • The above error hints at the fact that there is a path error while invoking the RetyrCurrentTransaction.xaml file due to the slash (/) which is a forward slash and it is unable to find that correct path.



Root Cause: This issue can be seen in particular environments in which in this case, the default language was set to Hebrew, which might have caused this incorrect path to be picked up.

Resolution: Perform the below steps,

  1. Open the RE Framework project
  2. Use the Search feature and search for Invoke workflow
  3. Select the result for SetTransactionStatus.xaml
  4. Now, open this workflow
  5. In this workflow, search for Invoke Workflow activity for RetryCurrentTransactionStatus.xaml
  6. Here, in the file path, notice the forward slash
  7. Change it to reference the correct path, that is use a backward slash
  8. Now, save the project
  9. Try to publish and it will get published successfully

This issue is not reproducible in typical Windows environments using the English language as default.