wptoolkit

WPToolkit not appear in the references after successful install

女生的网名这么多〃 提交于 2019-12-11 02:47:12
问题 I installed the WPToolkit through NuGet and it was successful, but it wasn't add into project's solutions, that's why i can't add in the xaml xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit" <toolkit:AutoCompleteBox... *The name "AutoCompleteBox" does not exist in the namespace "clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit". * So what can i do? I am using: Microsoft Visual Studio Ultimate 2013 Version 12.0

How to use windows phone toolkit in windows phone 8.1 universal app

梦想与她 提交于 2019-11-30 17:52:27
I have added windows phone toolkit using nuget package in windows 8.1 universal app project. it is added successfully, but I can't see reference assemblies in the project and neither i can add reference in page xaml to use toolkit controls. How can use windows toolkit in universal windows phone 8.1 app? The Windows Phone Toolkit is currently (26th of April, 2014) only supporting Silverlight 8.0 / 8.1 applications. If you wish to re-use components, you would need to download the source from CodePlex and port the individual components to a Windows Runtime library project. However, this might

How to use windows phone toolkit in windows phone 8.1 universal app

拈花ヽ惹草 提交于 2019-11-30 02:48:32
问题 I have added windows phone toolkit using nuget package in windows 8.1 universal app project. it is added successfully, but I can't see reference assemblies in the project and neither i can add reference in page xaml to use toolkit controls. How can use windows toolkit in universal windows phone 8.1 app? 回答1: The Windows Phone Toolkit is currently (26th of April, 2014) only supporting Silverlight 8.0 / 8.1 applications. If you wish to re-use components, you would need to download the source