Orchestrator Multinode Error

Hello Team.
We are configuring a multinode environment as especified in

we used .msi option.

In node 1, everything went right, and we executed the command to replicate ir in the Node 2,

UiPathOrchestrator.msi SECONDARY_NODE=1 CONFIGURATION_FOLDER=D:\MyConfigFolder

(previously copyng the web.config and the migration file).

When I try to access the Node 2 orchestrator I get the next error:

Server Error in ‘/’ Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly ‘System.Runtime, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 208:    <compilation>
Line 209:      <assemblies>
Line 210:        <add assembly="System.Runtime, Version=4.0.0.0, Culture=neutral, >PublicKeyToken=b03f5f7f11d50a3a" />
Line 211:      </assemblies>
Line 212:    </compilation>

Apparently not all the dlls needed by the site are generated with the instalation of the Orchestrator when configured as node 2. When I copy this dll from the Node1, it ony keeps asking for new dlls.

What am I missing in my installation?

Thanks in advance