Need some help with a typically vague Visual Studio 2008 error.
Error:
Error 3 The type or namespace name 'Label' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?)
Relevant code:
internal System.Windows.Controls.Label DescriptionLabel;
I believe it's something to do with Silverlight, but i have the SDK for Silverlight 3 installed from here http://silverlight.codeplex.com/releases/view/36060. Using Windows 7 x64 and Visual Studio 2008 SP1.
I am not missing any assembly references in any projects as far as I can tell.