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