I have downloaded and installed Microsoft.Phone.Controls.Toolkit and I am able to include it in the xaml page, but I am unable to include it in the C# file(like “using Microsoft.Phone.Controls.Toolkit” ). any idea why this happens?
I have downloaded and installed Microsoft.Phone.Controls.Toolkit and I am able to include it in
Share
…try to build and after add
using Microsoft.Phone.Controls.Toolkit;