I am developing a Windows Phone 8.0 App in VS2012
And i installed the WPToolkit Package in the NuGet Manager
the package installed successfully and It was added to the References
But the controls of the package are not Showing in the ToolBox
And i also checked the Object Browser , All the controls were found and included by the project
but in the ToolBox they don't appear (Checked the ToolBox items too , don't appear)
What is the problem ?
you will have to add the xaml namespace to the page in which you want to use the toolkit controls. Here is one solution