I downloaded the Sample project (ArcGISSilverlightSDK project), and then compiled. However, no ESRI.ArcGIS.Client.Samples.dll is in the created files. Please provide your advice how to do it if you can.
Another Q related - In the MainPage.g.i.cs,
using ESRI.ArcGIS.Client.Samples.MapPrinting;
it is fine for this line of code. In the MainPage.xaml file,
xmlns:printing="clr-namespace:ESRI.ArcGIS.Client.Samples.MapPrinting;assembly=MapPrintingControls"
But in the code below:
<printing:MapPrinter x:Name="mapPrinter" Map="{Binding ElementName=Map}" IsScaleFixed="False"/>
I got the error: Cannot create an instance of "MapPrinter"
Thanks if you can help.