unable to reload the configuration

Hello,

I am developing a plugin for XProtect corporate and when I try to reload the configuration I get the error as shown in the image

.

This look strange, a suspicion is that you might have standalone MIP SDK methods in a Smart Client plugin.

Clarify, is this a Smart Client plugin?

In a plugin you should reference VideoOS.Platform.dll but never VideoOS.Platform.SDK.dll ao. Do you have this?

Yes! This is a smart client plugin.

In a plugin you should reference VideoOS.Platform.dll but never VideoOS.Platform.SDK.dll ao. Do you have this?

I have both as my reference

VideoOS.Platform and VideoOS.Platform.SDK

Remove VideoOS.Platform.SDK

Ok Thank you very much for your time and response.