Hello,
I am trying to run an iOS Application using the DataGrid Control, however I am getting the following error:
System.ArgumentNullException: Value cannot be null.
Parameter name: method
Also, I am getting the same error with the downloaded example in the DataGrid Tutorial (GettingStarted Project)
Full Output.
Loaded assembly: /Users/renatowong/Library/Developer/CoreSimulator/Devices/964081B9-6963-4787-885A-8C5259FE56B6/data/Containers/Bundle/Application/2894A26D-2A1C-4656-A59F-E4B7EA34E3F4/DCSInventoryIOS.app/Xamarin.iOS.dll
Loaded assembly: /Users/renatowong/Library/Developer/CoreSimulator/Devices/964081B9-6963-4787-885A-8C5259FE56B6/data/Containers/Bundle/Application/2894A26D-2A1C-4656-A59F-E4B7EA34E3F4/DCSInventoryIOS.app/System.dll
Thread started: #2
Loaded assembly: /Users/renatowong/Library/Developer/CoreSimulator/Devices/964081B9-6963-4787-885A-8C5259FE56B6/data/Containers/Bundle/Application/2894A26D-2A1C-4656-A59F-E4B7EA34E3F4/DCSInventoryIOS.app/DCSInventoryIOS.exe
Loaded assembly: /Users/renatowong/Library/Developer/CoreSimulator/Devices/964081B9-6963-4787-885A-8C5259FE56B6/data/Containers/Bundle/Application/2894A26D-2A1C-4656-A59F-E4B7EA34E3F4/DCSInventoryIOS.app/Syncfusion.SfDataGrid.iOS.dll
Loaded assembly: /Users/renatowong/Library/Developer/CoreSimulator/Devices/964081B9-6963-4787-885A-8C5259FE56B6/data/Containers/Bundle/Application/2894A26D-2A1C-4656-A59F-E4B7EA34E3F4/DCSInventoryIOS.app/System.Xml.dll
Loaded assembly: /Users/renatowong/Library/Developer/CoreSimulator/Devices/964081B9-6963-4787-885A-8C5259FE56B6/data/Containers/Bundle/Application/2894A26D-2A1C-4656-A59F-E4B7EA34E3F4/DCSInventoryIOS.app/Syncfusion.Linq.iOS.dll
Loaded assembly: /Users/renatowong/Library/Developer/CoreSimulator/Devices/964081B9-6963-4787-885A-8C5259FE56B6/data/Containers/Bundle/Application/2894A26D-2A1C-4656-A59F-E4B7EA34E3F4/DCSInventoryIOS.app/System.Core.dll
Loaded assembly: /Users/renatowong/Library/Developer/CoreSimulator/Devices/964081B9-6963-4787-885A-8C5259FE56B6/data/Containers/Bundle/Application/2894A26D-2A1C-4656-A59F-E4B7EA34E3F4/DCSInventoryIOS.app/Mono.Dynamic.Interpreter.dll [External]
Loaded assembly: /Users/renatowong/Library/Developer/CoreSimulator/Devices/964081B9-6963-4787-885A-8C5259FE56B6/data/Containers/Bundle/Application/2894A26D-2A1C-4656-A59F-E4B7EA34E3F4/DCSInventoryIOS.app/Syncfusion.GridCommon.Portable.dll
Loaded assembly: /Users/renatowong/Library/Developer/CoreSimulator/Devices/964081B9-6963-4787-885A-8C5259FE56B6/data/Containers/Bundle/Application/2894A26D-2A1C-4656-A59F-E4B7EA34E3F4/DCSInventoryIOS.app/System.Web.Services.dll
Unhandled Exception:
System.ArgumentNullException: Value cannot be null.
Parameter name: method
Thank you!