Hi,
I am developing a QAction in DataMiner and I want to use an external DLL that I created. However, when I try to add it as a reference in the editor (Visual Studio), I get the following error:
"The reference is invalid or unsupported"
Additional details:
I am using Visual Studio 2022
My DLL was compiled for .NET 6.0 (I also tried targeting .NET Framework 4.6.2, but the issue persists)
The DataMiner environment is running version 10.4
I am working on Windows Server 2019
Could you please advise which target framework and settings I should use so the DLL can be properly referenced in a QAction?
Hi,
I tested this config and DLL is working with no problem.