I'm testing a wpf/engine application and referencing the map namespace, but i get the error the name"Map" does not exist in the namespace "http://shcemas.esri.com/arcgis/client/2009
This issue usually happens when you use the DLLs built for .Net Framework 4.0 in a .Net Framework 3.5 WPF application. Make sure you are using ESRI.ArcGIS.Client.dll file that is built for .Net Framework 3.5.