I have running my Azure Data Factory pipeline that is configured to run in a self hosted integration runtime. I have installed integrated runtime version 5.22.8297.1. My Data factory pipeline has two activities - Copy Activity and Azure function activity. When I execute the pipeline I am getting the following error -
"Could not load file or assembly 'Microsoft.DataTransfer.ExternalActivities.Common, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified."
Any idea what could be missing or am I using the right version of the integration runtime. The runtime is installed on Windows VM.