Hi, I encountered an error in the log of the Smart Client application, and as a result, the plugin from the following repository does not load: https://github.com/milestonesys/mipsdk-samples-plugin/tree/main/Property.
If I create a new project with Visual Studio 2019, I get the same error.
************** Inner Exception **************
Exception source: Method ‘get_Icon’ in type ‘Property.Client.PropertyViewItemPlugin’ from assembly ‘Property, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ does not have an implementation.
Exception type: System.TypeLoadException
Exception message: Method ‘get_Icon’ in type ‘Property.Client.PropertyViewItemPlugin’ from assembly ‘Property, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ does not have an implementation.
Exception target site: Method ‘get_Icon’ in type ‘Property.Client.PropertyViewItemPlugin’ from assembly ‘Property, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ does not have an implementation.
************** Outer Exception **************
Exception source: Method ‘get_Icon’ in type ‘Property.Client.PropertyViewItemPlugin’ from assembly ‘Property, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ does not have an implementation.
Exception type: System.Exception
Exception message: Method ‘get_Icon’ in type ‘Property.Client.PropertyViewItemPlugin’ from assembly ‘Property, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ does not have an implementation.
Exception target site: Method ‘get_Icon’ in type ‘Property.Client.PropertyViewItemPlugin’ from assembly ‘Property, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ does not have an implementation.



