I have a Silverlight application where I need to use the Vector class in System.Windows within the Web project. But VS is complaining that System.Windows does not exist. I tried adding the reference, but it's not in the list of namespaces to add. In the .NET tab, it goes from System.Web.Services to System.Windows.Forms and skips System.Windows altogether.
What's really strange is that System.Windows DOES exist int the reference list in the Silverlight project. Furthermore, I have another Silverlight app on this machine with exactly the same setup (two projects, one Silverlight, one Web), and the reference is there.
I saw someone else here had a similar problem, but none of the solutions worked for me. Has anyone else experienced this?