Uipath.session.csharp.exe Exception (0xe0434352)

Hello everyone,

I have an automation that didn’t even start. When I checked the production machine, I saw this popup.
UiPath is already updated to one of the latest versions.
Could someone please help?

Hi @yuri.santos,

Please refer below thread and verify/correct the issues mentioned:

Also, I would suggest to run your process in debug mode to see at which point/activity in the workflow, it is throwing this error. Then follow the corresponding solution mentioned in above shared thread.

Hope this helps.

Regards
Sonali

1 Like

Like i said, the automation did not start… it doesnt even have any logs in the orchestrator

Hi @yuri.santos,

As mentioned, please start the process in debug mode from studio.

Also enable execution trail from debug menu before kick starting the process in debug mode.

This will help you identify what activity, process is breaking. It can most likely be in initialisation state itself that’s why it seems to you that it didn’t even start.

Regards
Sonali

1 Like

Hey @yuri.santos

The error 0xe0433434 is a generic .NET Framework exception code. In the context of UiPath, this typically means that an unhandled .NET exception occurred during the execution of a process or while starting the UiPath application itself.

1. Repair or Reinstall .NET Framework

  • Go to Programs and Features > Find .NET Framework > Choose Repair (if available).
  • Or download the latest supported version from Microsoft:

2. Repair UiPath Studio

  • Open Control Panel > Programs and Features.
  • Select UiPath Studio > Click Repair.

3. Check Event Viewer for Details

  • Open Event Viewer > Windows Logs > Application.
  • Look for an error entry near the time of the crash with more context, possibly including:
    • Stack trace
    • Faulting module
    • Application exception message

4. Update or Reinstall Packages

  • Open the Manage Packages pane in UiPath.
  • Try updating or reinstalling dependencies, especially any custom libraries.

5. Run Studio in Safe Mode

  • Launch UiPath Studio in Safe Mode (without loading all extensions) to isolate the problem.
  • This can help if extensions or packages are causing the crash.

In debug mode it ran successfully… any other suggestions?

@yuri.santos

Thanks for sharing!

Can you please upgrade your project dependencies and see?

Also refer all the points from above thread shared.

Please confirm if it’s a csharp project?

1 Like

UiPath.Session.csharp.exe is used for session management (for unattended). It has a screenshot feature (saves the screenshots at C:\ProgramData\UiPath\SessionScreenshots) that’s used for troubleshooting in case something fails during session creation.

Can you try upgrade the Studio and Robot to 2025.0.161 from https://download.uipath.com/UiPathStudioCloud.msi and retry?

Do you have any firewall or antivirus that may think that UiPath.Session.csharp.exe is a virus?

Which are the exact steps to replicate that error?

Provide the UiPath Diagnostic Tool logs from the robot VM and mention the time when the issue occurred.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.