OK, downloaded your phone controls, but when I run the code I get the following error:
Invalid attribute value toolkit:ListPicker for property TargetType. [Line: 1005 Position: 42]
Also, I cannot access the Mainpage.xaml designer form.
Any help would be appreciated.
Thanks,
Hi,
The listPicker control is from the Microsoft Phone Control Toolkit, which is distributed in the CTP under the \lib folder in the examples. That DLL is also included in the solution, in the Solution Items folder. Do you see it in your installation?
If you rebuild the project, does it succeed?
One reason it could be due to the project being in a network share, or because the DLLs could be 'blocked' by Windows because they were 'downloaded from the internet', in which case you can unblock them using the steps described here.
Please let me know if that helps.
Andres