Certainly I am facing a issue where I am using a custom library. This library is using the RabbitMQ.Client to send messages.
When debugging the process in Studio I don’t get exceptions and the code is working well. When running the same process unattended I get this Errormessage:
" Invoke code - send message: No compiled code to run error CS0246: The type or namespace name ‘RabbitMQ’ could not be found (are you missing a using directive or an assembly reference?) At line 3 error CS0246: The type or namespace name ‘RabbitMQ’ could not be found (are you missing a using directive or an assembly reference?) At line 7 error CS0103: The name ‘RabbitMQ’ does not exist in the current context At line 38 "