From 60afb91af7068fd6f501699b65c1199f5bcdb50e Mon Sep 17 00:00:00 2001 From: Sivasankar-Mathiyazhagan <123146818+Sivasankar-Mathiyazhagan@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:10:39 +0530 Subject: [PATCH 1/3] FAQ Content change --- ...t-message-in-Syncfusion-Xamarin-Toolbox.md | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/Extension/Faq/How-to-get-rid-of-from-multiple-version-alert-message-in-Syncfusion-Xamarin-Toolbox.md b/Extension/Faq/How-to-get-rid-of-from-multiple-version-alert-message-in-Syncfusion-Xamarin-Toolbox.md index 181fa667..2e595f95 100644 --- a/Extension/Faq/How-to-get-rid-of-from-multiple-version-alert-message-in-Syncfusion-Xamarin-Toolbox.md +++ b/Extension/Faq/How-to-get-rid-of-from-multiple-version-alert-message-in-Syncfusion-Xamarin-Toolbox.md @@ -1,35 +1,39 @@ --- layout: post -title: Get rid of from multiple version alert in Syncfusion Xamarin Toolbox -description: how to get rid of from multiple version alert message when drag and drop a Syncfusion Xamarin component from Syncfusion Xamarin Toolbox? +title: Get rid of from multiple version alert in Syncfusion Toolbox +description: how to get rid of from multiple version alert message when drag and drop a Syncfusion component from Syncfusion Toolbox? platform: extension control: Syncfusion Extensions documentation: ug --- -# Get rid of from multiple version alert message in Xamarin Toolbox +# Get rid of the Multiple Version Alert Messages in Syncfusion Toolbox -When drag and drop a Syncfusion Xamarin control from Syncfusion Xamarin Toolbox in a project with multiple version NuGet packages which is already installed, two types of alert message will be displayed based on the following scenarios: +When dragging and dropping a Syncfusion control from either the **Syncfusion Xamarin Toolbox or the Syncfusion .NET MAUI Toolbox** into a project containing multiple versions of NuGet packages that are already installed, two types of alert message will be displayed based on the following scenarios: -* Same NuGet with multiple version installed. -* Different NuGet with multiple version installed. +* Same NuGet with multiple versions installed. +* Different NuGet with multiple versions installed. -## Same NuGet with multiple version installed +## Same NuGet with multiple versions installed -Following alert message will be displayed when multiple version of the same Syncfusion Xamarin NuGet package (e.g., Syncfusion.Xamarin.SfChart v16.1.0.xx and v16.2.0.xx) was found to be already installed in your project. Recommend to maintain the same version NuGet reference. +The following alert message will be displayed if multiple versions of the same Syncfusion NuGet package (e.g., Syncfusion.Xamarin.SfChart **v24.1.xx** and **v24.2.xx**(xamarin) / Syncfusion.MAUI.Buttons **v24.1.xx** and **24.2.xx**(Maui)) are already installed in your project. Recommend maintaining the same version NuGet reference. ![Syncfusion Xamarin toolbox alert message when multiple version of the same Syncfusion Xamarin NuGet package already installed in the project](Alert-message-in-Syncfusion-Xamarin-Toolbox_images\Same-NuGet-Multiple-Version-Installed.jpg) -Hence, uninstall the multiple version of same Syncfusion Xamarin NuGet package (e.g., Syncfusion.Xamarin.SfChart) installed and re-install the single version of Syncfusion Xamarin NuGet package (e.g., Syncfusion.Xamarin.SfChart v16.2.0.xx) by manually and add the required control render code snippet to your project. +To resolve this, follow these steps: +1. Uninstall the multiple versions of the same Syncfusion NuGet package currently installed in your project. +2. Now, manually reinstall a single version of the Syncfusion NuGet package (e.g., Syncfusion.Xamarin.SfChart **v24.2.xx**(xamarin) / Syncfusion.MAUI.Buttons **v24.2.xx** (maui)) and add the necessary control render code sample to your project. -## Different NuGet with multiple version installed +## Different NuGet with multiple versions installed -Following alert message will be displayed when different Syncfusion Xamarin NuGet packages are installed with multiple version in your project. Hence, not aware of which version of Syncfusion NuGet package need to install in your project. +The following alert message will be displayed when different versions of Syncfusion NuGet packages are installed in your project. Hence, you are not aware of which version of the Syncfusion NuGet package you need to install in your project. ![Syncfusion Xamarin toolbox alert message when different Syncfusion Xamarin NuGet packages are installed with multiple version in the project](Alert-message-in-Syncfusion-Xamarin-Toolbox_images\Diferent-NuGet-Multiple-Version-Installed.jpg) -So, manually install all the required version Syncfusion Xamarin NuGet packages in the same version to your project and Drag the required Syncfusion component from the Syncfusion Xamarin Toolbox and Drop the render code snippet in the XAML file of your project. Please refer the [help link](https://help.syncfusion.com/extension/xamarin-extension/toolbox) to use the Syncfusion Xamarin Toolbox. +To resolve this, manually install all the required versions of Syncfusion NuGet packages in the same version of your project. Then, drag the required Syncfusion component from the Syncfusion Toolbox (Xamarin/.NET MAUI) and drop the render code snippet in the XAML file of your project. Please refer to the following help topics to use the Syncfusion Toolbox: +1. [Xamarin ToolBox](https://help.syncfusion.com/extension/xamarin-extension/toolbox) +2. [.NET MAUI ToolBox](https://help.syncfusion.com/maui/visual-studio-integration/toolbox-control) From c6740ada023dfb62c218b9f1394a6864d8c8fec3 Mon Sep 17 00:00:00 2001 From: Sivasankar-Mathiyazhagan <123146818+Sivasankar-Mathiyazhagan@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:13:51 +0530 Subject: [PATCH 2/3] toc --- extension-toc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension-toc.html b/extension-toc.html index ff692656..8d2a7280 100644 --- a/extension-toc.html +++ b/extension-toc.html @@ -344,7 +344,7 @@
  • The Syncfusion templates do not show up in the new project window of Visual Studio. How can to get them installed?
  • While creating a new Syncfusion project there are now two icons in the window to select from. How to get rid of this?
  • How to update Syncfusion manual references to Syncfusion NuGet packages in your application?
  • -
  • How to get rid of from multiple version alert message in Syncfusion Xamarin Toolbox?
  • +
  • How to get rid of from multiple version alert message in Syncfusion Toolbox?
  • \ No newline at end of file From f0c432589d61f080938ca4a6a785a203af17cf3b Mon Sep 17 00:00:00 2001 From: Sivasankar-Mathiyazhagan <123146818+Sivasankar-Mathiyazhagan@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:34:44 +0530 Subject: [PATCH 3/3] CI issue resolved --- ...tiple-version-alert-message-in-Syncfusion-Xamarin-Toolbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/Faq/How-to-get-rid-of-from-multiple-version-alert-message-in-Syncfusion-Xamarin-Toolbox.md b/Extension/Faq/How-to-get-rid-of-from-multiple-version-alert-message-in-Syncfusion-Xamarin-Toolbox.md index 2e595f95..2d11b6b6 100644 --- a/Extension/Faq/How-to-get-rid-of-from-multiple-version-alert-message-in-Syncfusion-Xamarin-Toolbox.md +++ b/Extension/Faq/How-to-get-rid-of-from-multiple-version-alert-message-in-Syncfusion-Xamarin-Toolbox.md @@ -22,7 +22,7 @@ The following alert message will be displayed if multiple versions of the same S To resolve this, follow these steps: 1. Uninstall the multiple versions of the same Syncfusion NuGet package currently installed in your project. -2. Now, manually reinstall a single version of the Syncfusion NuGet package (e.g., Syncfusion.Xamarin.SfChart **v24.2.xx**(xamarin) / Syncfusion.MAUI.Buttons **v24.2.xx** (maui)) and add the necessary control render code sample to your project. +2. Now, manually reinstall a single version of the Syncfusion NuGet package (e.g., Syncfusion.Xamarin.SfChart **v24.2.xx**(xamarin) / Syncfusion.MAUI.Buttons **v24.2.xx** (Maui)) and add the necessary control render code sample to your project. ## Different NuGet with multiple versions installed