How to use a custom dll in VB.NET

Hi everyone,

is it possible to use a custom dll coded in VB.NET?
If yes, how can I call the functions inside it?

Hi @rbt_aa_master

Try this

Thanks
Ashwin S

Thank you, I saw it and unfortunately it doesn’t help me. It shows an example in C# and in the bullet point of the steps they tell to create a C# project. Of course I tried doing the same in VB.NET but it seems there’s no way to make it work in UiPath.

My goal is to re-use a custom dll in VB.NET, not in C#.