views:

17

answers:

1

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

+1  A: 

Silverlight 4 can work with COM clients, but only in a trusted, Out Of Browser application.

Reed Copsey
Thank you for the nice link -
GX