Is there anyway to make it possible to use .net 3.0 namespaces in a .net 2.0 application? I'm specifically looking to use the System.Windows.Media.Media3D namespace.
Edit: I am looking to use the actual assemblies, not just the namespaces. Poor wording on my part.