Is posible to use the RBIC1.dll library in a C# project using .NET4.7.2 ?

I am writing an app that will automate some steps in the calibration of ZSC31050, I can already read the raw ADC counts and I would like to calculate the coeficients but when I am trying to add the RBIC1.dll to the C# project I get this error:

I have tried the fixes described here : c# - .dll file not accessible - Stack Overflow.net - A reference to the dll could not be added - Stack Overflow.

But that brought me more errors.

So my question is how do I correcty add the RBIC1.dll to the C# project?