Skip to main content

Access Supply Chain: Error: 'Mixed mode assembly is built against version 'V1.1.4322' of the runtime and cannot be loaded in the 4.0 run-time without additional configuration information'

This error message is generated due to the version of runtime on your machine. As the error suggests, Access Supply Chain cannot run this without additional configuration.

A
Written by Andrew McNeice

When I am attempting to process documents within ADM in Supply Chain, I am getting the error:

'Mixed mode assembly is built against version 'V1.1.4322' of the runtime and cannot be loaded in the 4.0 run-time without additional configuration information'

This additional configuration can be completed by your IT department or System Administrator on your local machine using the steps below.


Navigate to your Supply Chain installation folder. By default, this is typically located at:

C:\Program Files (x86)\Access Applications\ASC7.2.2\Client Application

  1. Locate the file SupplyChain.exe.config.

    Right click and make a copy of it, in case you have problems with the changes, you can put the old version back in place.

  2. Right-click the file and select Open With, then choose Notepad or another suitable text editor.

  3. Near the bottom of the file, locate the following startup tag:

<startup>

change to

<startup useLegacyV2RuntimeActivationPolicy="true">

then save the file

Did this answer your question?