I am trying to use the Windows Phone 8 app in the project traker sample but I am having trouble.
I added the ProjectTracker.Library.Wp to the solution but it won't compile.
Error: The type or namespace name 'Tasks' does not exist in the namespace 'System.Threading' (are you missing an assembly reference?) C:\Projects\NetProjects4.5\Framework\CSLA .NET\4.5.501\Samples\NET\cs\ProjectTracker\ProjectTracker.Library\Security\PTIdentity.cs 8 24 ProjectTracker.Library.Wp
and: The type or namespace name 'RunLocalAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\Projects\NetProjects4.5\Framework\CSLA .NET\4.5.501\Samples\NET\cs\ProjectTracker\ProjectTracker.Library\ResourceEdit.cs 174 6 ProjectTracker.Library.Wp
The csla reference is in the project.
The WP projects where not initialy in the solution when I opened up ProjectTracker. I am using Windows 8 with Visual Studio 2012. I have also installed the Windows Phone 8 SDK. Can't figure out what is missing.