Programming language question

When I am working with C# programming language, when I create REFramework, do I need to select C# for the option?

By mistake, I created with default, that is VB.net.
Now can I use C# in it? Can I invoke sequences using C#?

What is the fix for this?

Thanks a lot,

Hey @A_Learner,

UiPath does not allow mixing VB.NET and C# in the same project, the language is fixed at creation.
To use C#, you need to recreate the REFramework in C# and migrate workflows there.

Thanks

1 Like

Code developed in C# or vb.net does it matter while deploying in Orchestrator for an attended or unattended bot?

Thank you

The language (C# or VB.NET) doesn’t impact deployment to Orchestrator for attended or unattended bots.
UiPath compiles projects into packages, and robots execute them the same way regardless of language.

1 Like

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