Hi, I have a community license for syncfusion and I'm working in a xamarin app, but when I add a sample from the essential UI kit, the project doesn't build, and the error is as shown in the image below:
that means :
Error The value cannot be null.
Parameter name: key DeliveryDomain C: \ Users \ soufiane \ source \ repos \ DeliveryDomain \ DeliveryDomain \ Views \ CatalogListPage.xaml 1
and This is the output :
L'opération de regénération a démarré...
1>------ Début de la regénération globale : Projet : DomaineLivraison, Configuration : Debug Any CPU ------
Restauration effectuée de C:\Users\soufiane\source\repos\DomaineLivraison\DomaineLivraison.iOS\DomaineLivraison.iOS.csproj (en 847 ms).
Restauration effectuée de C:\Users\soufiane\source\repos\DomaineLivraison\DomaineLivraison\DomaineLivraison.csproj (en 847 ms).
Restauration effectuée de C:\Users\soufiane\source\repos\DomaineLivraison\DomaineLivraison.Android\DomaineLivraison.Android.csproj (en 847 ms).
1>C:\Users\soufiane\.nuget\packages\xamarin.forms\4.5.0.617\buildTransitive\Xamarin.Forms.targets(227,5): warning : Xamarin.Forms recommends TargetPlatformMinVersion >= 10.0.14393.0 (current project is -1)
1>C:\Users\soufiane\.nuget\packages\xamarin.forms\4.5.0.617\buildTransitive\Xamarin.Forms.targets(233,5): warning : Xamarin.Forms recommends TargetPlatformVersion >= 10.0.17763.0 (current project is -1)
1>Views\CatalogListPage.xaml : error : La valeur ne peut pas être null.
1>Views\CatalogListPage.xaml : error : Nom du paramètre : key
1>Views\Templates\ProductListTemplate.xaml : error : La valeur ne peut pas être null.
1>Views\Templates\ProductListTemplate.xaml : error : Nom du paramètre : key
1>Génération du projet "DomaineLivraison.csproj" terminée -- ÉCHEC.
========== Regénération globale : 0 a réussi, 1 a échoué, 0 a été ignoré ==========
Ok thank you
and I noticed that when I remove the Grid code, and Grid.Row Grid.Column in each component in that Grid, the error disappears
my version of syncfusion is : 19.0.3.43
an UI essental kit is : 4.0.0.0
for more information wen i create a simple project xamarin this erreur don't amperes , is appears only when i create a syncfusion xamarin project and i add a form from essential ui kit
Thank you, I have updated Xamarin to 5.0.0.2125 and the error is gone, but when I run the app in my phone, the following error shows:
this error is in the file App.xaml.g.cs
thank you ,
Sorry this is my fault , because i upgrade only the Xamarin Forms project with out the android project