Silverlight and UserControls registered as COM
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 y开发者_开发知识库ou
Silverlight 4 can work with COM clients, but only in a trusted, Out Of Browser application.
精彩评论