i’ve installed silverlight toolkit from codeplex (NuGet didn’t work, feed was empty.. probably working on the project) and after referencing
Microsoft.Phone.Controls.Toolkit
I get the error :
The type or namespace name ‘Toolkit’ does not exist in the namespace
‘Microsoft.Phone.Controls’ (are you missing an assembly reference?)
What could it be?
Because your xmlns is calling it
toolboxbut the prefix istoolkit.Change
to
Or, change your prefix to
toolbox. It doesn’t matter what you call it; it just has to be consistent.