Skip to content

Commit 4041e11

Browse files
Merge pull request #158 from Syncfusion-Content/hotfix/hotfix-v25.1.35
DOCINFRA-2341_merged_using_automation
2 parents 067b4ea + 6a7fcf5 commit 4041e11

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed
Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,39 @@
11
---
22
layout: post
3-
title: Get rid of from multiple version alert in Syncfusion Xamarin Toolbox
4-
description: how to get rid of from multiple version alert message when drag and drop a Syncfusion Xamarin component from Syncfusion Xamarin Toolbox?
3+
title: Get rid of from multiple version alert in Syncfusion Toolbox
4+
description: how to get rid of from multiple version alert message when drag and drop a Syncfusion component from Syncfusion Toolbox?
55
platform: extension
66
control: Syncfusion Extensions
77
documentation: ug
88
---
99

10-
# Get rid of from multiple version alert message in Xamarin Toolbox
10+
# Get rid of the Multiple Version Alert Messages in Syncfusion Toolbox
1111

12-
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:
12+
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:
1313

14-
* Same NuGet with multiple version installed.
15-
* Different NuGet with multiple version installed.
14+
* Same NuGet with multiple versions installed.
15+
* Different NuGet with multiple versions installed.
1616

17-
## Same NuGet with multiple version installed
17+
## Same NuGet with multiple versions installed
1818

19-
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.
19+
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.
2020

2121
![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)
2222

23-
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.
23+
To resolve this, follow these steps:
24+
1. Uninstall the multiple versions of the same Syncfusion NuGet package currently installed in your project.
25+
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.
2426

25-
## Different NuGet with multiple version installed
27+
## Different NuGet with multiple versions installed
2628

27-
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.
29+
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.
2830

2931
![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)
3032

31-
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.
33+
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:
3234

35+
1. [Xamarin ToolBox](https://help.syncfusion.com/extension/xamarin-extension/toolbox)
36+
2. [.NET MAUI ToolBox](https://help.syncfusion.com/maui/visual-studio-integration/toolbox-control)
3337

3438

3539

extension-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<li><a href="/extension/faq/the-syncfusion-templates-do-not-show-up-in-the-new-project-window-of-visual-studio">The Syncfusion templates do not show up in the new project window of Visual Studio. How can to get them installed?</a></li>
345345
<li><a href="/extension/faq/while-creating-a-new-syncfusion-project-there-are-now-two-icons-in-the-window-to-select-from">While creating a new Syncfusion project there are now two icons in the window to select from. How to get rid of this?</a></li>
346346
<li><a href="/extension/faq/How-to-update-Syncfusion-manual-references-to-Syncfusion-NuGet-packages-in-your-application">How to update Syncfusion manual references to Syncfusion NuGet packages in your application?</a></li>
347-
<li><a href="/extension/faq/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 Xamarin Toolbox?</a></li>
347+
<li><a href="/extension/faq/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?</a></li>
348348
</ul>
349349
</li>
350350
</ul>

0 commit comments

Comments
 (0)