Silverlight: the AG_E_RUNTIME_MANAGED_ASSEMBLY_DOWNLOAD error
Quick tip: if you have this error, then you've got the wrong name for your assembly in the xmlns namespace introduced on the xaml file. Quick example:
xmlns:la="clr-namespace:Silverlight.Controls;assembly=ClentBin/SilverlightProgressBar.dll"
Notice the ClentBin (instead of ClientBin) typo...