I'm having issues getting started with the silverlight API and the interactive SDK. I figured I'd start with 2 very simple samples ("ArcGIS Dynamic Layer" and "Show Mouse Coordinates") and once I see how they work together, building from this seems like it should be simple enough. Trouble is, I can't get these samples to work together. I'm wondering, does the XAML from both samples need to be incorporated in the MainPage.xaml? Does the VB code behind for both samples need to be incorporated in the Mainpage.xaml.vb? Any chance of getting a "dummies guide" to putting these 2 samples together in a project (for example....step 1) add esri.arcgis.client reference step 2) put map control here step 3) put xaml here step 4) put vb there, etc...) or maybe a simple vb solution showing both samples together?