NotImplementedException on Configuration.Instance.DeleteItemConfiguration

Any ideas on why this is happening?

System.NotImplementedException

HResult=0x80004001

Message=Metoden eller åtgärden har inte implementerats.

Source=VideoOS.Platform.SDK

StackTrace:

at VideoOS.Platform.SDK.Platform.SDKConfiguration.DeleteItemConfiguration(Guid platformDefinitionId, Item item)

at TryggRetail_Configurator.ConfigForm.deleteItemBtn_Click(Object sender, EventArgs e) in [E:\Dev\GitHub\TryggRetail\TryggRetail\TryggRetail](file:E:/Dev/GitHub/TryggRetail/TryggRetail/TryggRetail) Configurator\ConfigForm.cs:line 110

at System.Windows.Forms.Control.OnClick(EventArgs e)

at System.Windows.Forms.Button.OnClick(EventArgs e)

at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ButtonBase.WndProc(Message& m)

at System.Windows.Forms.Button.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)

at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)

at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)

at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)

at TryggRetail_Configurator.Program.Main() in [E:\Dev\GitHub\TryggRetail\TryggRetail\TryggRetail](file:E:/Dev/GitHub/TryggRetail/TryggRetail/TryggRetail) Configurator\Program.cs:line 33

Unfortunately the reason is that the DeleteItemConfiguration method has not been implemented for the standalone environment. So far it has only been implemented for Management Client and Event Server environments.

Sorry that the documentation does not reflect this.

We will investigate whether the functionality can be implemented for the 2018 R2 release.