Hi, Previously while using ArcGis Desktop 9.3 , I used ICadDrawingDataset to load my *.dwg maps into the application. Is there a similar method I can use in Arcgis for WPF?
There is no built-in function to load a dwg at the client side. You can do it at the server side with ArcGIS server : publish a service from a mxd/msd containing a cad layer.