There seems to be an issue with the UserControl in SL 2 Beta. In the case of the user control in the DataTemplate, you need to reference the assembly too in the namespace declaration even if it is in the same assembly. I guess your namespace declaration now is something like:
xmlns:My_Print="clr-namespace:SilverlightApplication2"
Change this to:
xmlns:My_Print="clr-namespace:SilverlightApplication2;assembly=SilverlightApplication2"
Hope this helps,
Jim (http://jimmangaly.blogspot.com/)
Please MARK the replies as answers if they answered your question
http://www.identitymine.com/