Silverlight and UserControls registered as COM
Posted
by GX
on Stack Overflow
See other posts from Stack Overflow
or by GX
Published on 2010-03-22T15:25:49Z
Indexed on
2010/03/22
15:31 UTC
Read the original article
Hit count: 609
Hello,
I have a .NET user control registered as COM. I use regasm to register the control and can then use it in a web page.
I have hear that Silverlight 4 supports COM, is that true ? would I be able to use my UserControl in a silverlight application ?
Thank you
© Stack Overflow or respective owner