However I inserted the cusomized dll file to the Dlls folder in the connector project, I can't find it when trying to import it in the Qaction as viewed in the screenshot
Hi Ahmed,
The context menu from the screenshot only lists some frequently-used assemblies for ease of reference, this is not a dynamic list.
To reference the BMDSwitchesAPI assembly from a QAction, in the solution explorer, select the QAction project and then right click Add > Assembly Reference > Browse.... Then navigate to the Dlls folder of this solution and select the assembly. This will now add a reference to the csproj file of the QAction.
Kind regards,
Many Thanks