@emre Just tried to Clone a Menu. I get the following error:
-----------------------------
[General Info]
Application: SambaPOS
Version: 5.2.14
Region: en
DB: SQ
Machine: POS1
User: EPOS User
Date: 04/10/2018
Time: 22:53
User Explanation:
EPOS User said ""
-----------------------------
[Exception Info 1]
Top-level Exception
Type: System.Reflection.TargetInvocationException
Message: Property accessor 'WrappedCaption' on object 'Samba.Domain.Models.Menus.ScreenMenuItem' threw the following exception:'Object reference not set to an instance of an object.'
Source: System
Stack Trace: at System.ComponentModel.ReflectPropertyDescriptor.GetValue(Object component)
at Omu.ValueInjecter.ConventionInjection.Inject(Object source, Object target)
at Omu.ValueInjecter.ValueInjection.Map(Object source, Object target)
at Omu.ValueInjecter.StaticValueInjecter.InjectFrom[T](Object target, Object[] source)
at Samba.Infrastructure.Data.Injection.EntityInjection.SetValue(ConventionInfo c)
at Omu.ValueInjecter.ConventionInjection.Inject(Object source, Object target)
at Omu.ValueInjecter.ValueInjection.Map(Object source, Object target)
at Omu.ValueInjecter.StaticValueInjecter.InjectFrom[T](Object target, Object[] source)
at Samba.Infrastructure.Data.Injection.EntityInjection.SetValue(ConventionInfo c)
at Omu.ValueInjecter.ConventionInjection.Inject(Object source, Object target)
at Omu.ValueInjecter.ValueInjection.Map(Object source, Object target)
at Omu.ValueInjecter.StaticValueInjecter.InjectFrom[T](Object target, Object[] source)
at Samba.Infrastructure.Data.Serializer.ObjectCloner.EntityClone[T](T item)
at Samba.Presentation.Common.ModelBase.EntityCollectionViewModelBase`2.OnDuplicateItem(Object obj)
at Microsoft.Practices.Prism.Commands.DelegateCommand`1.<>c__DisplayClass6.<.ctor>b__2(Object o)
at Microsoft.Practices.Prism.Commands.DelegateCommandBase.Execute(Object parameter)
at Microsoft.Practices.Prism.Commands.DelegateCommandBase.System.Windows.Input.ICommand.Execute(Object parameter)
at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Inner Exception 1
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: Samba.Infrastructure
Stack Trace: at Samba.Infrastructure.Helpers.Utility.Get2Lines(String input)
at Samba.Domain.Models.Menus.ScreenMenuItem.get_WrappedCaption()
-----------------------------
[Assembly Info]
mscorlib, Version=4.0.0.0
Samba.Services, Version=1.0.0.0
Samba.Domain, Version=1.0.0.0
Samba.Infrastructure.Data, Version=1.0.0.0
System.ComponentModel.Composition, Version=4.0.0.0
Samba.Presentation.Services, Version=1.0.0.0
System.Core, Version=4.0.0.0
PresentationCore, Version=4.0.0.0
WindowsBase, Version=4.0.0.0
DevExpress.Xpf.LayoutControl.v16.2, Version=16.2.13.0
System.Xml, Version=4.0.0.0
DevExpress.Xpf.Grid.v16.2, Version=16.2.13.0
System, Version=4.0.0.0
DevExpress.Xpf.Grid.v16.2.Core, Version=16.2.13.0
System.Xaml, Version=4.0.0.0
PresentationFramework, Version=4.0.0.0
Samba.Infrastructure, Version=1.0.0.0
Microsoft.Practices.Prism, Version=4.0.0.0
System.Runtime.Serialization, Version=4.0.0.0
Microsoft.Practices.Prism.MefExtensions, Version=4.0.0.0
DevExpress.Xpf.Core.v16.2, Version=16.2.13.0
System.Windows.Forms, Version=4.0.0.0
System.Drawing, Version=4.0.0.0
Samba.Persistance, Version=1.0.0.0
Stateless, Version=1.0.0.0
PropertyTools, Version=2012.4.14.1
Samba.Localization, Version=1.0.0.0
ReachFramework, Version=4.0.0.0
EntityFramework, Version=6.0.0.0
FluentValidation, Version=3.4.0.0
Microsoft.CSharp, Version=4.0.0.0
Omu.ValueInjecter, Version=2.3.0.0
Microsoft.Practices.ServiceLocation, Version=1.0.0.0
DevExpress.Data.v16.2, Version=16.2.13.0
NCalc, Version=1.3.8.0
WindowsInput, Version=1.0.4.0
-----------------------------
[System Info]
Operating System
-Microsoft Windows 10 Enterprise 2016 LTSB
--CodeSet = 1252
--CSDVersion =
--CurrentTimeZone = 60
--FreePhysicalMemory = 2427328
--OSArchitecture = 64-bit
--OSLanguage = 1033
--ServicePackMajorVersion = 0
--ServicePackMinorVersion = 0
--Version = 10.0.14393
Machine
-POS1
--Manufacturer = Default string
--Model = Default string
--TotalPhysicalMemory = 4106600448
--UserName = POS1\EPOS User
-----------------------------
EDIT: Checked all menu products have a “Name”. Only thing odd is I noticed some categories, “Sort Order” is set to 0
on all products, not sure how that happened since I haven’t touched the sort order.
EDIT: I’ve went through and selected then saved “Sort Category Products” on all those categories with 0
sort order so they all had “correct” values in place. Tried to clone menu again, same error and crash.
UPDATE: Ok, this is not only my setup - I get the same error and crash on a fresh sample database if I try to clone the Menu. I can reproduce it on 2 different systems.