Inject .Net Code Error

@kevin.moore

Hello Kevin,
welcome in the UiPath Community.

I assume you mean the Invoke Code activity. This is the easiest way to execute C# code.

image

Try this in the Invoke Code activity:

Console.WriteLine("Hello World from the Inovke Code activity!");

image

image

If you want to use functions from DLLs, you can use this procedure.

Best regards
Stefan