I\'ve a DLL written in Windows Forms. I need to host one UserControl from this DLL to my silverlight project. Is this possible?
In WPF, this is possible using Windo
You can't use DLLs, not written for Silverlight. Take a look to this post.