HomeWindowsHow to Install Windows Phone Toolkit using NuGet Package Manager Designer?

How to Install Windows Phone Toolkit using NuGet Package Manager Designer?

In our previous article, we saw how to install Windows Phone Toolkit using NuGet Package Manager Console by executing the install command in the console.

How about installing the Windows Phone toolkit from the NuGet Package Manager by just a click of a button without worrying out remembering the command? This article will explain how to do it.

Note: Ensure that you have the Nuget version >=2.1 for the Windows Phone 8 projects to avoid the below error when using it in the Windows Phone 8 project.

“Install-Package: Could not install package ‘WPtoolkit 4.2013.08.16′. You are trying to install this package into a project that targets ‘WindowsPhone, Version=v8.0′, but the package does not contain any assembly references that are compatible with that framework. For more information, contact the package author.”

You can add the Windows Phone Toolkit library to your project by following the below steps

1. In Visual Studio 2012, select Tools -> Library Package Manager -> Manage NuGet Packages for Solution…

How to Install Windows Phone Toolkit using NuGet Package Manager Designer?

2. In the Manage NuGet Packages Screen, click the “online” link in the left sidebar and search for windows phone toolkit in the search bar and press enter key. This will list the Windows Phone Toolkit. Click the Install button.

How to Install Windows Phone Toolkit using NuGet Package Manager Designer?

3. Select the Project and click “OK” button.

How to Install Windows Phone Toolkit using NuGet Package Manager Designer?

3. This will install the Windows Phone Toolkit and copy the necessary assemblies to your project’s packages folder. The Microsoft.Phone.Controls.Toolkit dll is now included in your windows phone project.

To add use the components of the windows phone toolkit in the page, add the below namespace definition to the the XAML file.

xmlns:toolkit=”clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit”

How to Install Windows Phone Toolkit using NuGet Package Manager Designer?

Leave a Reply

You May Also Like

This blog post will guide you through several effective methods to troubleshoot and resolve the issue of Microsoft Edge not...
Windows 11 offers a range of audio enhancements that can enrich your listening experience. These enhancements include features like virtual...
Windows 11 brings a fresh and visually stunning design to your desktop, and one of the standout features is the...