System.Activities error while running the flowchart

Hi, I’m getting bad Image format exception which is saying could not load file or assembly System.activities while running the flowchart. Please find the SS of error:

I have installed .netFramework version- 4.8
UiPath version - 2023.10.0

@confuse_coder

Follow this Steps:

-Ensure that the target platform in your UiPath project settings matches your system’s architecture (x86 or x64). Go to Project Settings by right-clicking on your project in UiPath Studio and selecting “Settings.”
-Make sure that your UiPath project is set to target the correct .NET Framework version. In your case, .NET Framework 4.8 is compatible with UiPath 2023.10.0.
-Verify that the version of the System.Activities assembly used in your project is compatible with the .NET Framework and UiPath version you are using. Ensure that you are using the appropriate version of this assembly.
-Check if there is a mismatch between the bitness of your .NET Framework (x86 or x64) and the bitness of UiPath. Ensure that they are both either 32-bit or 64-bit.
-Ensure that your Windows operating system is running a version (32-bit or 64-bit) that matches your UiPath version and project settings.

Cheers…!