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.
Are you trying to use the namespaces or the code? You can use the namespaces for whatever you want, so long as you don’t import the applicable DLLs. That would cause a spaghetti code nightmare, but you can do it.
As I’m sure you figured out, no you cannot use the 3.0 code… or you’d have to call it a ‘.Net 3.0 application’.