Hello, thank you for your support. I’m experiencing an issue while developing a plugin and would like to ask about it.
The plugin developed using the v21.2 SDK appears to not be functioning properly on Xprotect 2020 R3.
(The plugin developed with the v20.3.0 SDK seemed to work well in Xprotect 2020 R3.)
However, when trying to use the features developed with the V21.2.0 SDK, the following exception occurs :
************** Outer Exception **************
Exception type:System.MissingMethodException
Exception message:Method not found: ‘Boolean VideoOS.Platform.FQID.op_Inequality(VideoOS.Platform.FQID, VideoOS.Platform.FQID)’.
Exception source: sourceName
Exception Target Site: targetSiteName
at targetSiteName(FQID fqid)
at VideoOS.RemoteClient.Application.UI.Panels.ViewModels.PlatformPanelViewModel.UpdateControls()
_
I have read through the related issues referenced in the links, but my code does not have any code that compares FQIDs. I only use them as parameters.
How to use BatAction (milestonesys.com)
Question Detail (milestonesys.com)
The call stack for the part where the exception is occurring is entirely within the DLL (Dynamic Link Library) portion.
As a result of checking by changing the SDK version, this exception does not occur until v21.1.0 SDK, but it occurs in versions after v21.2.0.
The differences I found between the two versions are as follows:
v21.1.0 (VideoOS.Platform.FQID)
public static bool operator ==(FQID obj1, FQID obj2) and
public static bool operator !=(FQID obj1, FQID obj2) do not exist.
v21.2.0 (VideoOS.Platform.FQID)
public static bool operator ==(FQID obj1, FQID obj2) and
public static bool operator !=(FQID obj1, FQID obj2) do exist.
Is this situation a version compatibility issue between the SDK and Xprotect smart client?
If it is a compatibility issue, I would like to know the range of SDK versions that Xprotect smart client 2020 R3 supports.
Thank you.
Best regards.