I have a user control which is created in Silverlight. Can I include the same user control in WPF..?
Please reply.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jiteendra SampathiraoPosted Jul 7, 2011, 5:33 AM
Link for Silverlight and WPF user controls
Dinesh BeniwalPosted Jul 7, 2011, 5:12 AM
http://forums.silverlight.net/forums/p/1178/4244.aspx#4244
Amit ChoudharyPosted Jul 7, 2011, 5:10 AM
You cannot use Silverlight controls in a WPF application, because they reference different runtime assemblies.
But by adding or remove some bits of code and compiling the control with target WPF framework should work. But directly reusing the SL control is not possible.
Thanks.