Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
Expand all | Collapse all

Custom Actions (C#) Could not load file or assembly 'iRRX' still the old version

  • 1.  Custom Actions (C#) Could not load file or assembly 'iRRX' still the old version

    Posted Fri October 23, 2020 08:36 AM

    Hi All,

    I have recently upgraded from Datacap v9.0.0.1 to v.9.1.1.7. We have changed the rulesets that were calling the old libraries but the custom actions (C#) I get the following errors:

    Could not load file or assembly 'iRRX, Version=9.0.0.0, Culture=neutral, PublicKeyToken=e88********************' or one of its dependencies. The system cannot find the file specified.

    I have however

    1) cleaned and re-built the c# project by copying over the latest updated iRRX.dll file (last updated: Jan 2020) in the RSS and dcshared/NET folders

    2) have updated my AssemblyInfo.cs with

    [assembly: AssemblyVersion("9.1.5.0")]

    [assembly: AssemblyFileVersion("9.1.5.1")]

    3) changed the project Net Framework from 4.6.1 to 4.7.2

    Please help to advise on how to further proceed to solve the issue.

    Thank you.



    #IBMDatacap
    #Support
    #SupportMigration


  • 2.  RE: Custom Actions (C#) Could not load file or assembly 'iRRX' still the old version

    Posted Tue November 10, 2020 07:21 PM

    I would try downloading the 9.1.7 development kit:

    https://github.com/ibm-ecm/datacap-developer-kit/blob/master/IBM-Datacap-DDK-9.1.7.zip

    Create a new visual studio project for your custom actions and copy your custom actions from your 9.0 project into it.



    #IBMDatacap
    #Support
    #SupportMigration


  • 3.  RE: Custom Actions (C#) Could not load file or assembly 'iRRX' still the old version

    Posted Tue June 08, 2021 07:31 PM

    Did you find a solution for this issue?



    #IBMDatacap
    #Support
    #SupportMigration