I've started a new cross platform project with xamarin.forms (using visual studio). After adding a sfnavigationdrawer and two sflistviews inside the navdrawer's contentview, the compiler is throwing an unhandled expection right after deployment. In another project, using this same approach (two sflistviews inside a sfnavdrawer) it works fine. The version of the older project with the sflistview is 15.3.0.33. The new project has version 15.4.0.20. Haven't tried on a physical device yet. Below is the end part of the log a bit before the exception is thrown. Would you need the full log? Any help is appreciated!
02-14 14:36:08.849 D/Mono (11306): Assembly Ref addref Syncfusion.DataSource.Portable[0x9e2e1c40] -> System.Globalization[0x8f2f4e20]: 3
02-14 14:36:08.875 D/Mono (11306): Unloading image System.Threading.dll [0x88746900].
02-14 14:36:08.875 D/Mono (11306): Image addref System.Threading[0x87cdf240] -> System.Threading.dll[0x8f2c3e00]: 6
02-14 14:36:08.875 D/Mono (11306): Config attempting to parse: 'System.Threading.dll.config'.
02-14 14:36:08.875 D/Mono (11306): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Threading/System.Threading.config'.
02-14 14:36:08.875 D/Mono (11306): Assembly Ref addref Syncfusion.GridCommon.Portable[0x9e2e1dc0] -> System.Threading[0x8f2f2960]: 4
02-14 14:36:08.923 D/Mono (11306): Unloading image System.Threading.dll [0x88746900].
02-14 14:36:08.923 D/Mono (11306): Image addref System.Threading[0x87cdf420] -> System.Threading.dll[0x8f2c3e00]: 7
02-14 14:36:08.923 D/Mono (11306): Config attempting to parse: 'System.Threading.dll.config'.
02-14 14:36:08.923 D/Mono (11306): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Threading/System.Threading.config'.
02-14 14:36:08.923 D/Mono (11306): Assembly Ref addref Syncfusion.DataSource.Portable[0x9e2e1c40] -> System.Threading[0x8f2f2960]: 5
02-14 14:36:08.937 D/Mono (11306): Unloading image System.Runtime.Extensions.dll [0x88746900].
02-14 14:36:08.937 D/Mono (11306): Image addref System.Runtime.Extensions[0x87cdf1e0] -> System.Runtime.Extensions.dll[0x899e9f00]: 6
02-14 14:36:08.937 D/Mono (11306): Config attempting to parse: 'System.Runtime.Extensions.dll.config'.
02-14 14:36:08.937 D/Mono (11306): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.Extensions/System.Runtime.Extensions.config'.
02-14 14:36:08.937 D/Mono (11306): Assembly Ref addref Syncfusion.GridCommon.Portable[0x9e2e1dc0] -> System.Runtime.Extensions[0x8f2f2f00]: 4
02-14 14:36:08.963 D/Mono (11306): Unloading image System.Runtime.Extensions.dll [0x88748700].
02-14 14:36:08.963 D/Mono (11306): Image addref System.Runtime.Extensions[0x87cdf4e0] -> System.Runtime.Extensions.dll[0x899e9f00]: 7
02-14 14:36:08.963 D/Mono (11306): Config attempting to parse: 'System.Runtime.Extensions.dll.config'.
02-14 14:36:08.963 D/Mono (11306): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.Extensions/System.Runtime.Extensions.config'.
02-14 14:36:08.963 D/Mono (11306): Assembly Ref addref Syncfusion.SfListView.XForms[0xa73293e0] -> System.Runtime.Extensions[0x8f2f2f00]: 5
02-14 14:36:08.964 D/Mono (11306): Unloading image System.Reflection.dll [0x88748700].
02-14 14:36:08.964 D/Mono (11306): Image addref System.Reflection[0x87cdf4e0] -> System.Reflection.dll[0x8f2c5700]: 8
02-14 14:36:08.964 D/Mono (11306): Config attempting to parse: 'System.Reflection.dll.config'.
02-14 14:36:08.964 D/Mono (11306): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Reflection/System.Reflection.config'.
02-14 14:36:08.964 D/Mono (11306): Assembly Ref addref Syncfusion.SfListView.XForms[0xa73293e0] -> System.Reflection[0x8f2f29c0]: 6
InspectorDebugSession(1): HandleTargetEvent: UnhandledException
Thread finished: <Thread Pool> #6
02-14 14:36:35.623 D/Mono (11306): [0x88bfd920] worker finishing
InspectorDebugSession(1): HandleTargetEvent: ThreadStopped